[GRASS-SVN] r38236 - grass/branches/develbranch_6/include/Make

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jul 5 08:48:33 EDT 2009


Author: neteler
Date: 2009-07-05 08:48:32 -0400 (Sun, 05 Jul 2009)
New Revision: 38236

Modified:
   grass/branches/develbranch_6/include/Make/Script.make
Log:
create MAN also here

Modified: grass/branches/develbranch_6/include/Make/Script.make
===================================================================
--- grass/branches/develbranch_6/include/Make/Script.make	2009-07-05 12:44:38 UTC (rev 38235)
+++ grass/branches/develbranch_6/include/Make/Script.make	2009-07-05 12:48:32 UTC (rev 38236)
@@ -21,6 +21,7 @@
 	if [ ! -d $(SCRIPTDIR) ]; then $(MKDIR) $(SCRIPTDIR); fi
 	$(INSTALL) $(PGM) $(SCRIPT)
 	$(MAKE) htmlscript scriptstrings
+	$(MAKE) mancmd
 
 $(BIN)/$(PGM).bat: $(MODULE_TOPDIR)/scripts/windows_launch.bat
 	sed -e "s#SCRIPT_NAME#$(PGM)#" $(MODULE_TOPDIR)/scripts/windows_launch.bat > $@



More information about the grass-commit mailing list