[postgis-tickets] r15501 - specify absolute path to texstyle.sty

Regina Obe lr at pcorp.us
Sun Jul 23 11:33:40 PDT 2017


Author: robe
Date: 2017-07-23 11:33:40 -0700 (Sun, 23 Jul 2017)
New Revision: 15501

Modified:
   trunk/doc/Makefile.in
Log:
specify absolute path to texstyle.sty
references #3794 for PostGIS 2.4

Modified: trunk/doc/Makefile.in
===================================================================
--- trunk/doc/Makefile.in	2017-07-23 09:23:56 UTC (rev 15500)
+++ trunk/doc/Makefile.in	2017-07-23 18:33:40 UTC (rev 15501)
@@ -276,7 +276,7 @@
 		   -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
 	



More information about the postgis-tickets mailing list