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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Sep 21 10:01:11 PDT 2015


Author: neteler
Date: 2015-09-21 10:01:11 -0700 (Mon, 21 Sep 2015)
New Revision: 66271

Modified:
   grass/trunk/man/Makefile
Log:
man: attempt to fix Travis CI issue with relative path

Modified: grass/trunk/man/Makefile
===================================================================
--- grass/trunk/man/Makefile	2015-09-21 15:54:58 UTC (rev 66270)
+++ grass/trunk/man/Makefile	2015-09-21 17:01:11 UTC (rev 66271)
@@ -85,7 +85,7 @@
 define build_pso
 GISBASE="$(RUN_GISBASE)" ARCH="$(ARCH)" ARCH_DISTDIR="$(ARCH_DISTDIR)" \
 	VERSION_NUMBER=$(GRASS_VERSION_NUMBER) VERSION_DATE=$(GRASS_VERSION_DATE) \
-	$(PYTHON) ./parser_standard_options.py -t $(MODULE_TOPDIR)/lib/gis/parser_standard_options.c \
+	$(PYTHON) ./parser_standard_options.py -t $(GRASS_HOME)/lib/gis/parser_standard_options.c \
 	-f grass -o $(HTMLDIR)/parser_standard_options.html -p 'id="opts_table" class="scroolTable"'
 endef
 



More information about the grass-commit mailing list