浏览代码

doc: add general things missing from https://trac.osgeo.org/grass/changeset/69588 for misc to miscellaneous change

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@69709 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras 8 年之前
父节点
当前提交
9cd1a80ce0
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      include/Make/Docs.make

+ 2 - 2
include/Make/Docs.make

@@ -58,7 +58,7 @@ indices = \
 	display.html \
 	general.html \
 	imagery.html \
-	misc.html \
+	miscellaneous.html \
 	photo.html \
 	postscript.html \
 	raster.html \
@@ -83,7 +83,7 @@ html2pdfdoccomplete:
 	$(call html_pdf display,d.*.html)
 	$(call html_pdf general,g.*.html)
 	$(call html_pdf imagery,i.*.html)
-	$(call html_pdf misc,m.*.html)
+	$(call html_pdf miscellaneous,m.*.html)
 	$(call html_pdf photo,i.ortho*.html photo*.html)
 	$(call html_pdf postscript,ps.*.html)
 	$(call html_pdf raster,r.*.html)