[GRASS-SVN] r37004 - grass/trunk
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue May 5 15:33:35 EDT 2009
Author: neteler
Date: 2009-05-05 15:33:35 -0400 (Tue, 05 May 2009)
New Revision: 37004
Modified:
grass/trunk/Makefile
Log:
document GRASS-Python lib
Modified: grass/trunk/Makefile
===================================================================
--- grass/trunk/Makefile 2009-05-05 19:30:15 UTC (rev 37003)
+++ grass/trunk/Makefile 2009-05-05 19:33:35 UTC (rev 37004)
@@ -321,6 +321,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)
@@ -329,7 +330,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)
@@ -342,13 +343,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)
@@ -358,6 +360,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