[GRASS-SVN] r38237 - grass/branches/releasebranch_6_4/include/Make
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jul 5 08:48:45 EDT 2009
Author: neteler
Date: 2009-07-05 08:48:45 -0400 (Sun, 05 Jul 2009)
New Revision: 38237
Modified:
grass/branches/releasebranch_6_4/include/Make/Script.make
Log:
create MAN also here
Modified: grass/branches/releasebranch_6_4/include/Make/Script.make
===================================================================
--- grass/branches/releasebranch_6_4/include/Make/Script.make 2009-07-05 12:48:32 UTC (rev 38236)
+++ grass/branches/releasebranch_6_4/include/Make/Script.make 2009-07-05 12:48:45 UTC (rev 38237)
@@ -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