[GRASS-SVN] r60899 - grass/branches/releasebranch_7_0/include/Make

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jun 20 09:20:19 PDT 2014


Author: martinl
Date: 2014-06-20 09:20:19 -0700 (Fri, 20 Jun 2014)
New Revision: 60899

Modified:
   grass/branches/releasebranch_7_0/include/Make/Docs.make
Log:
fix makefile (rfc directory has been removed)

Modified: grass/branches/releasebranch_7_0/include/Make/Docs.make
===================================================================
--- grass/branches/releasebranch_7_0/include/Make/Docs.make	2014-06-20 16:19:32 UTC (rev 60898)
+++ grass/branches/releasebranch_7_0/include/Make/Docs.make	2014-06-20 16:20:19 UTC (rev 60899)
@@ -9,7 +9,7 @@
 
 htmldocs-single:
 	$(MAKE) -C . htmldox-single
-	for dir in lib rfc gui/wxpython ; do \
+	for dir in lib gui/wxpython ; do \
 	  $(MAKE) -C $$dir htmldox-single ; \
 	done
 
@@ -26,8 +26,7 @@
 	lib/segment \
 	lib/vector \
 	lib/vector/dglib \
-	gui/wxpython \
-	rfc
+	gui/wxpython
 
 htmldocs_dirs := $(patsubst %,%/html,$(docs_dirs))
 latexdocs_dirs := $(patsubst %,%/latex,$(docs_dirs))



More information about the grass-commit mailing list