[GRASS-SVN] r36842 -
grass/branches/releasebranch_6_4/macosx/modbuild
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Apr 21 09:04:30 EDT 2009
Author: kyngchaos
Date: 2009-04-21 09:04:30 -0400 (Tue, 21 Apr 2009)
New Revision: 36842
Modified:
grass/branches/releasebranch_6_4/macosx/modbuild/Makefile
Log:
missing man.make
Modified: grass/branches/releasebranch_6_4/macosx/modbuild/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/macosx/modbuild/Makefile 2009-04-21 13:03:30 UTC (rev 36841)
+++ grass/branches/releasebranch_6_4/macosx/modbuild/Makefile 2009-04-21 13:04:30 UTC (rev 36842)
@@ -46,6 +46,7 @@
@# html.make needs a little change
sed -e 's,GISRC=$$(RUN_GISBASE),GISRC=/Library/GRASS/$(GRASS_VERSION_MAJOR).$(GRASS_VERSION_MINOR)/modbuild/dist.$$(ARCH),g' $(MODULE_TOPDIR)/include/Make/Html.make > $(ARCH_DISTDIR)/modbuild/include/Make/Html.make
-cp $(MODULE_TOPDIR)/include/Make/Lib.make $(ARCH_DISTDIR)/modbuild/include/Make/
+ -cp $(MODULE_TOPDIR)/include/Make/Man.make $(ARCH_DISTDIR)/modbuild/include/Make/
sed -e 's,$$(DEPENDENCIES),,g' $(MODULE_TOPDIR)/include/Make/Module.make > $(ARCH_DISTDIR)/modbuild/include/Make/Module.make
@# platform.make changes
sed -e 's,^GRASS_HOME.*,GRASS_HOME = $$(GRASS_HOME),g' \
More information about the grass-commit
mailing list