Przeglądaj źródła

try to fix travis ci bug: use quote to protect the options

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@66300 15284696-431f-4ddb-bdfa-cd5b030d7da7
Luca Delucchi 9 lat temu
rodzic
commit
16e81f3855
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      man/Makefile

+ 2 - 2
man/Makefile

@@ -85,8 +85,8 @@ endef
 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)