[GRASS-SVN] r39707 - grass/trunk/man

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Nov 12 11:39:19 EST 2009


Author: glynn
Date: 2009-11-12 11:39:19 -0500 (Thu, 12 Nov 2009)
New Revision: 39707

Modified:
   grass/trunk/man/Makefile
Log:
Fix bug in r39667 (endif->endef)


Modified: grass/trunk/man/Makefile
===================================================================
--- grass/trunk/man/Makefile	2009-11-12 16:38:30 UTC (rev 39706)
+++ grass/trunk/man/Makefile	2009-11-12 16:39:19 UTC (rev 39707)
@@ -60,7 +60,7 @@
 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))))))
 



More information about the grass-commit mailing list