[GRASS-SVN] r35877 - grass/trunk
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Feb 14 09:51:06 EST 2009
Author: neteler
Date: 2009-02-14 09:51:06 -0500 (Sat, 14 Feb 2009)
New Revision: 35877
Modified:
grass/trunk/Makefile
Log:
generate gui/wxpython/ docs
Modified: grass/trunk/Makefile
===================================================================
--- grass/trunk/Makefile 2009-02-14 14:07:48 UTC (rev 35876)
+++ grass/trunk/Makefile 2009-02-14 14:51:06 UTC (rev 35877)
@@ -309,6 +309,7 @@
htmldocs-single:
(cd lib/ ; $(MAKE) cleandocs ; $(MAKE) htmldocs-single)
(cd rfc/ ; $(MAKE) cleandocs ; $(MAKE) htmldocs-single)
+ (cd gui/wxpython/ ; $(MAKE) cleandocs ; $(MAKE) htmldocs-single)
(cd swig/; $(MAKE) cleandocs ; $(MAKE) htmldocs-single)
# generate docs as multiple HTML documents:
@@ -324,10 +325,11 @@
(cd lib/vector/ ; $(MAKE) cleandocs ; $(MAKE) htmldocs)
(cd lib/vector/dglib/ ; $(MAKE) cleandocs ; $(MAKE) htmldocs)
(cd rfc/ ; $(MAKE) cleandocs ; $(MAKE) htmldocs)
+ (cd gui/wxpython/ ; $(MAKE) cleandocs ; $(MAKE) htmldocs)
(cd swig/; $(MAKE) cleandocs ; $(MAKE) htmldocs)
packagehtmldocs: htmldocs
- tar chvfz grass${GRASS_VERSION_MAJOR}${GRASS_VERSION_MINOR}refman_`date '+%Y_%m_%d'`_html.tar.gz lib/db/html lib/g3d/html lib/gis/html lib/gmath/html lib/gpde/html lib/proj/html lib/ogsf/html lib/segment/html lib/vector/html lib/vector/dglib/html rfc/html swig/html
+ tar chvfz grass${GRASS_VERSION_MAJOR}${GRASS_VERSION_MINOR}refman_`date '+%Y_%m_%d'`_html.tar.gz lib/db/html lib/g3d/html lib/gis/html lib/gmath/html lib/gpde/html lib/proj/html lib/ogsf/html lib/segment/html lib/vector/html lib/vector/dglib/html gui/wxpython/html rfc/html swig/html
#alternatively, the docs can be generated as single PDF document (see doxygen FAQ for 'TeX capacity exceeded'):
# (cd lib/ ; make pdfdocs)
@@ -343,9 +345,10 @@
(cd lib/segment/; $(MAKE) cleandocs ; $(MAKE) pdfdocs)
(cd lib/vector/ ; $(MAKE) cleandocs ; $(MAKE) pdfdocs)
(cd lib/vector/dglib/ ; $(MAKE) cleandocs ; $(MAKE) pdfdocs)
+ (cd gui/wxpython/ ; $(MAKE) cleandocs ; $(MAKE) pdfdocs)
(cd rfc/ ; $(MAKE) cleandocs ; $(MAKE) pdfdocs)
(cd swig/; $(MAKE) cleandocs ; $(MAKE) pdfdocs)
- @echo "Written PDF docs in: lib/db/latex/, lib/g3d/latex/, lib/gis/latex/, lib/gmath/latex/ lib/gpde/latex/ lib/ogsf/latex/, lib/proj//latex/, lib/segment/latex/, lib/vector/latex/ lib/vector/dglib/latex/ rfc/latex/ swig/latex/"
+ @echo "Written PDF docs in: lib/db/latex/, lib/g3d/latex/, lib/gis/latex/, lib/gmath/latex/ lib/gpde/latex/ lib/ogsf/latex/, lib/proj//latex/, lib/segment/latex/, lib/vector/latex/ lib/vector/dglib/latex/ gui/wxpython/ rfc/latex/ swig/latex/"
cleandocs:
(cd lib/db/ ; $(MAKE) cleandocs)
@@ -359,6 +362,7 @@
(cd lib/vector/ ; $(MAKE) cleandocs)
(cd lib/vector/dglib/ ; $(MAKE) cleandocs)
(cd lib/ ; $(MAKE) cleandocs)
+ (cd gui/wxpython/ ; $(MAKE) cleandocs)
(cd rfc/ ; $(MAKE) cleandocs)
(cd swig/; $(MAKE) cleandocs)
More information about the grass-commit
mailing list