From fb7289f5516240bcfe7f5826e9d35a19db93de1c Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Sun, 23 Jul 2017 18:33:40 +0000 Subject: [PATCH] specify absolute path to texstyle.sty references #3794 for PostGIS 2.4 git-svn-id: http://svn.osgeo.org/postgis/trunk@15501 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.in b/doc/Makefile.in index cc095fa38..31fd778ef 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -276,7 +276,7 @@ postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSIO -P figure.warning="${PWD}/html/images/warning" \ -P figure.caution="${PWD}/html/images/caution" \ -P latex.output.revhistory=0 \ - -s texstyle \ + -s "${PWD}/texstyle.sty" \ -o postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}$(DOCSUFFIX).pdf $<; \ fi -- 2.50.1