[GRASS-SVN] r60900 - grass/branches/develbranch_6/include/Make
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jun 20 09:20:58 PDT 2014
Author: martinl
Date: 2014-06-20 09:20:58 -0700 (Fri, 20 Jun 2014)
New Revision: 60900
Modified:
grass/branches/develbranch_6/include/Make/Docs.make
Log:
fix makefile (rfc directory has been removed)
Modified: grass/branches/develbranch_6/include/Make/Docs.make
===================================================================
--- grass/branches/develbranch_6/include/Make/Docs.make 2014-06-20 16:20:19 UTC (rev 60899)
+++ grass/branches/develbranch_6/include/Make/Docs.make 2014-06-20 16:20:58 UTC (rev 60900)
@@ -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
@@ -27,8 +27,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