[GRASS-SVN] r36698 - grass/branches/releasebranch_6_4/include/Make

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Apr 12 06:07:24 EDT 2009


Author: neteler
Date: 2009-04-12 06:07:24 -0400 (Sun, 12 Apr 2009)
New Revision: 36698

Modified:
   grass/branches/releasebranch_6_4/include/Make/Man.make
Log:
generate MANDIR if not yet existing

Modified: grass/branches/releasebranch_6_4/include/Make/Man.make
===================================================================
--- grass/branches/releasebranch_6_4/include/Make/Man.make	2009-04-12 10:07:15 UTC (rev 36697)
+++ grass/branches/releasebranch_6_4/include/Make/Man.make	2009-04-12 10:07:24 UTC (rev 36698)
@@ -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