[GRASS-SVN] r35878 - grass/branches/develbranch_6

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Feb 14 09:51:10 EST 2009


Author: neteler
Date: 2009-02-14 09:51:10 -0500 (Sat, 14 Feb 2009)
New Revision: 35878

Modified:
   grass/branches/develbranch_6/Makefile
Log:
generate gui/wxpython/ docs

Modified: grass/branches/develbranch_6/Makefile
===================================================================
--- grass/branches/develbranch_6/Makefile	2009-02-14 14:51:06 UTC (rev 35877)
+++ grass/branches/develbranch_6/Makefile	2009-02-14 14:51:10 UTC (rev 35878)
@@ -361,6 +361,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:
@@ -376,10 +377,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)
@@ -395,9 +397,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)
@@ -411,6 +414,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