瀏覽代碼

man: attempt to fix Travis CI issue with relative path

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@66271 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 9 年之前
父節點
當前提交
b5a96df620
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      man/Makefile

+ 1 - 1
man/Makefile

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