浏览代码

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 年之前
父节点
当前提交
50a2d63a30
共有 1 个文件被更改,包括 2 次插入3 次删除
  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))