[GRASS-SVN] r49127 - grass/branches/develbranch_6/lib
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Nov 8 03:12:19 EST 2011
Author: hamish
Date: 2011-11-08 00:12:19 -0800 (Tue, 08 Nov 2011)
New Revision: 49127
Modified:
grass/branches/develbranch_6/lib/Makefile
Log:
main Makefile just installs include/Make/ if you run 'make libs'. we need to edit here too so that the change sticks for a normal build.
Modified: grass/branches/develbranch_6/lib/Makefile
===================================================================
--- grass/branches/develbranch_6/lib/Makefile 2011-11-08 07:21:38 UTC (rev 49126)
+++ grass/branches/develbranch_6/lib/Makefile 2011-11-08 08:12:19 UTC (rev 49127)
@@ -73,5 +73,7 @@
for file in ../include/vect/*.h ; do $(INSTALL_DATA) $$file $(GISBASE)/include/grass/vect/ ; done
for file in ../include/iostream/*.h ; do $(INSTALL_DATA) $$file $(GISBASE)/include/grass/iostream/ ; done
for file in ../include/Make/*.make ; do $(INSTALL_DATA) $$file $(GISBASE)/include/Make/ ; done
+ sed -e 's+(MODULE_TOPDIR)/tools/g.html2man/g.html2man+(GISBASE)/tools/g.html2man+' \
+ ../include/Make/Man.make > $(GISBASE)/include/Make/Man.make
clean: cleansubdirs
More information about the grass-commit
mailing list