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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Sep 23 00:23:51 PDT 2015


Author: lucadelu
Date: 2015-09-23 00:23:51 -0700 (Wed, 23 Sep 2015)
New Revision: 66299

Modified:
   grass/trunk/man/Makefile
Log:
try to fix travis ci bug

Modified: grass/trunk/man/Makefile
===================================================================
--- grass/trunk/man/Makefile	2015-09-23 02:46:04 UTC (rev 66298)
+++ grass/trunk/man/Makefile	2015-09-23 07:23:51 UTC (rev 66299)
@@ -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 $(GRASS_HOME)/lib/gis/parser_standard_options.c \
+	$(PYTHON) $(GRASS_HOME)/man/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