浏览代码

Fix bug in https://trac.osgeo.org/grass/changeset/39667 (endif->endef)

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

+ 1 - 1
man/Makefile

@@ -60,7 +60,7 @@ $(HTMLDIR)/index.html:
 define category_rule
 $$(HTMLDIR)/$(2).html: $$(wildcard $$(HTMLDIR)/$(1).*.html)
 	$$(call build,class,$(1) $(2))
-endif
+endef
 
 $(foreach cat,$(categories),$(eval $(call category_rule,$(firstword $(subst :, ,$(cat))),$(lastword $(subst :, ,$(cat))))))