From: Regina Obe Date: Sun, 23 Jul 2017 18:33:40 +0000 (+0000) Subject: specify absolute path to texstyle.sty X-Git-Tag: 2.4.0alpha~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb7289f5516240bcfe7f5826e9d35a19db93de1c;p=postgis 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 --- 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