瀏覽代碼

document GRASS-Python lib

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@37004 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 16 年之前
父節點
當前提交
141412ecdc
共有 1 個文件被更改,包括 5 次插入2 次删除
  1. 5 2
      Makefile

+ 5 - 2
Makefile

@@ -321,6 +321,7 @@ htmldocs:
 	(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 @@ 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 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 @@ pdfdocs:
 	(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 @@ cleandocs:
 	(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)