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

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jul 12 10:32:44 EDT 2008


Author: marisn
Date: 2008-07-12 10:32:43 -0400 (Sat, 12 Jul 2008)
New Revision: 32082

Modified:
   grass/branches/develbranch_6/Makefile
Log:
Added cleandocs target

Modified: grass/branches/develbranch_6/Makefile
===================================================================
--- grass/branches/develbranch_6/Makefile	2008-07-12 13:42:01 UTC (rev 32081)
+++ grass/branches/develbranch_6/Makefile	2008-07-12 14:32:43 UTC (rev 32082)
@@ -399,6 +399,21 @@
 	(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/"
 
+cleandocs:
+	(cd lib/db/ ; $(MAKE) cleandocs)
+	(cd lib/g3d/ ; $(MAKE) cleandocs)
+	(cd lib/gis/ ; $(MAKE) cleandocs)
+	(cd lib/gmath/ ; $(MAKE) cleandocs)
+	(cd lib/gpde/ ; $(MAKE) cleandocs)
+	(cd lib/ogsf/ ; $(MAKE) cleandocs)
+	(cd lib/proj/ ; $(MAKE) cleandocs)
+	(cd lib/segment/; $(MAKE) cleandocs)
+	(cd lib/vector/ ; $(MAKE) cleandocs)
+	(cd lib/vector/dglib/ ; $(MAKE) cleandocs)
+	(cd lib/ ; $(MAKE) cleandocs)
+	(cd rfc/ ; $(MAKE) cleandocs)
+	(cd swig/; $(MAKE) cleandocs)
+
 html2pdfdoc:
 	@ echo "Light PDF document from modules' HTML documentation"
 	@ # http://www.htmldoc.org



More information about the grass-commit mailing list