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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 5 15:34:13 EDT 2009


Author: neteler
Date: 2009-05-05 15:34:13 -0400 (Tue, 05 May 2009)
New Revision: 37006

Modified:
   grass/branches/develbranch_6/Makefile
Log:
document GRASS-Python lib

Modified: grass/branches/develbranch_6/Makefile
===================================================================
--- grass/branches/develbranch_6/Makefile	2009-05-05 19:34:01 UTC (rev 37005)
+++ grass/branches/develbranch_6/Makefile	2009-05-05 19:34:13 UTC (rev 37006)
@@ -373,6 +373,7 @@
 	(cd lib/gpde/ ; $(MAKE) cleandocs ; $(MAKE) htmldocs)
 	(cd lib/ogsf/ ; $(MAKE) cleandocs ; $(MAKE) htmldocs)
 	(cd lib/proj/ ; $(MAKE) cleandocs ; $(MAKE) htmldocs)
+	(cd lib/python/ ; $(MAKE) cleandocs ; $(MAKE) htmldocs)
 	(cd lib/segment/; $(MAKE) cleandocs ; $(MAKE) htmldocs)
 	(cd lib/vector/ ; $(MAKE) cleandocs ; $(MAKE) htmldocs)
 	(cd lib/vector/dglib/ ; $(MAKE) cleandocs ; $(MAKE) htmldocs)
@@ -381,7 +382,7 @@
 	(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 gui/wxpython/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/python/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)
@@ -394,13 +395,14 @@
 	(cd lib/gpde/ ; $(MAKE) cleandocs ; $(MAKE) pdfdocs)
 	(cd lib/ogsf/ ; $(MAKE) cleandocs ; $(MAKE) pdfdocs)
 	(cd lib/proj/ ; $(MAKE) cleandocs ; $(MAKE) pdfdocs)
+	(cd lib/python/ ; $(MAKE) cleandocs ; $(MAKE) pdfdocs)
 	(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/ gui/wxpython/ 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/python/latex/, lib/segment/latex/, lib/vector/latex/, lib/vector/dglib/latex/, gui/wxpython/, rfc/latex/, swig/latex/"
 
 cleandocs:
 	(cd lib/db/ ; $(MAKE) cleandocs)
@@ -410,6 +412,7 @@
 	(cd lib/gpde/ ; $(MAKE) cleandocs)
 	(cd lib/ogsf/ ; $(MAKE) cleandocs)
 	(cd lib/proj/ ; $(MAKE) cleandocs)
+	(cd lib/python/ ; $(MAKE) cleandocs)
 	(cd lib/segment/; $(MAKE) cleandocs)
 	(cd lib/vector/ ; $(MAKE) cleandocs)
 	(cd lib/vector/dglib/ ; $(MAKE) cleandocs)



More information about the grass-commit mailing list