[GRASS-SVN] r36697 - grass/branches/develbranch_6/include/Make
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Apr 12 06:07:15 EDT 2009
Author: neteler
Date: 2009-04-12 06:07:15 -0400 (Sun, 12 Apr 2009)
New Revision: 36697
Modified:
grass/branches/develbranch_6/include/Make/Man.make
Log:
generate MANDIR if not yet existing
Modified: grass/branches/develbranch_6/include/Make/Man.make
===================================================================
--- grass/branches/develbranch_6/include/Make/Man.make 2009-04-12 09:14:30 UTC (rev 36696)
+++ grass/branches/develbranch_6/include/Make/Man.make 2009-04-12 10:07:15 UTC (rev 36697)
@@ -35,6 +35,7 @@
else
$(MANDIR)/$(PGM).${SECT}: $(MANSRC)
+ $(MKDIR) $(MANDIR)
$(HTML2MAN) $< $@ $(SECT)
# man rules for cmd commands
More information about the grass-commit
mailing list