[GRASS-SVN] r42260 - grass/trunk/man

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 16 11:35:13 EDT 2010


Author: glynn
Date: 2010-05-16 11:35:13 -0400 (Sun, 16 May 2010)
New Revision: 42260

Modified:
   grass/trunk/man/Makefile
Log:
Use correct GISBASE setting when running build_*.py scripts


Modified: grass/trunk/man/Makefile
===================================================================
--- grass/trunk/man/Makefile	2010-05-15 12:08:01 UTC (rev 42259)
+++ grass/trunk/man/Makefile	2010-05-16 15:35:13 UTC (rev 42260)
@@ -43,7 +43,7 @@
 .PHONY: manpages
 
 define build
-GISBASE="$(GISBASE)" ARCH="$(ARCH)" ARCH_DISTDIR="$(ARCH_DISTDIR)" \
+GISBASE="$(RUN_GISBASE)" ARCH="$(ARCH)" ARCH_DISTDIR="$(ARCH_DISTDIR)" \
 	$(PYTHON) ./build_$(1).py $(2)
 endef
 



More information about the grass-commit mailing list