specify absolute path to texstyle.sty
authorRegina Obe <lr@pcorp.us>
Sun, 23 Jul 2017 18:33:40 +0000 (18:33 +0000)
committerRegina Obe <lr@pcorp.us>
Sun, 23 Jul 2017 18:33:40 +0000 (18:33 +0000)
references #3794 for PostGIS 2.4

git-svn-id: http://svn.osgeo.org/postgis/trunk@15501 b70326c6-7e19-0410-871a-916f4a2858ee

doc/Makefile.in

index cc095fa382f23c45c5a957096e4f03045bb9e696..31fd778efc1bd342c2498dd2ba32244fa0033004 100644 (file)
@@ -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