[GRASS-SVN] r36841 - grass/branches/develbranch_6/macosx/modbuild

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Apr 21 09:03:30 EDT 2009


Author: kyngchaos
Date: 2009-04-21 09:03:30 -0400 (Tue, 21 Apr 2009)
New Revision: 36841

Modified:
   grass/branches/develbranch_6/macosx/modbuild/Makefile
Log:
missing man.make

Modified: grass/branches/develbranch_6/macosx/modbuild/Makefile
===================================================================
--- grass/branches/develbranch_6/macosx/modbuild/Makefile	2009-04-21 11:09:01 UTC (rev 36840)
+++ grass/branches/develbranch_6/macosx/modbuild/Makefile	2009-04-21 13:03:30 UTC (rev 36841)
@@ -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