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