浏览代码

fix topics html pages

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@53526 15284696-431f-4ddb-bdfa-cd5b030d7da7
Luca Delucchi 12 年之前
父节点
当前提交
69d364650c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      man/Makefile

+ 1 - 1
man/Makefile

@@ -25,7 +25,7 @@ categories = \
 
 IDXCATS := $(foreach cat,$(categories),$(lastword $(subst :, ,$(cat))))
 
-IDXSRC = full_index index $(IDXCATS)
+IDXSRC = full_index index topics $(IDXCATS)
 
 INDICES := $(patsubst %,$(HTMLDIR)/%.html,$(IDXSRC))