Browse Source

fix makefile (rfc directory has been removed)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@60898 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 years ago
parent
commit
50a2d63a30
1 changed files with 2 additions and 3 deletions
  1. 2 3
      include/Make/Docs.make

+ 2 - 3
include/Make/Docs.make

@@ -9,7 +9,7 @@ GRASS_PDFDIR=		$(DOCSDIR)/pdf
 
 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 @@ docs_dirs = \
 	lib/segment \
 	lib/vector \
 	lib/vector/dglib \
-	gui/wxpython \
-	rfc
+	gui/wxpython
 
 htmldocs_dirs := $(patsubst %,%/html,$(docs_dirs))
 latexdocs_dirs := $(patsubst %,%/latex,$(docs_dirs))