From 32bd2fa5eda30e3a1716f0576fbebea10f517adf Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Sun, 5 May 2013 01:37:11 +0000 Subject: [PATCH] change output naming of epub to be consistent with pdf and also try to add in the css include git-svn-id: http://svn.osgeo.org/postgis/trunk@11356 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.in b/doc/Makefile.in index cfbf3ae0e..a107ce385 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -236,7 +236,8 @@ postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSIO echo " try installing dbtoepub"; \ false; \ else \ - $(DBTOEPUB) \ + $(DBTOEPUB) -c "${PWD}/html/style.css" \ + -o postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}$(DOCSUFFIX).epub \ $<; \ fi @@ -265,7 +266,7 @@ images-clean: clean: rm -f html/*.html rm -f postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}.pdf - rm -f postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}.epub + rm -f *.epub $(MAKE) -C html/image_src clean rm -f $(XML_GENERATED_SOURCES) -- 2.50.1