[GRASS-SVN] r66300 - grass/trunk/man
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Sep 23 00:43:43 PDT 2015
Author: lucadelu
Date: 2015-09-23 00:43:43 -0700 (Wed, 23 Sep 2015)
New Revision: 66300
Modified:
grass/trunk/man/Makefile
Log:
try to fix travis ci bug: use quote to protect the options
Modified: grass/trunk/man/Makefile
===================================================================
--- grass/trunk/man/Makefile 2015-09-23 07:23:51 UTC (rev 66299)
+++ grass/trunk/man/Makefile 2015-09-23 07:43:43 UTC (rev 66300)
@@ -85,8 +85,8 @@
define build_pso
GISBASE="$(RUN_GISBASE)" ARCH="$(ARCH)" ARCH_DISTDIR="$(ARCH_DISTDIR)" \
VERSION_NUMBER=$(GRASS_VERSION_NUMBER) VERSION_DATE=$(GRASS_VERSION_DATE) \
- $(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"'
+ $(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
$(HTMLDIR)/topics.html: $(ALL_HTML)
More information about the grass-commit
mailing list