From: Regina Obe Date: Sun, 5 May 2013 01:37:11 +0000 (+0000) Subject: change output naming of epub to be consistent with pdf and also try to add in the... X-Git-Tag: 2.1.0beta2~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32bd2fa5eda30e3a1716f0576fbebea10f517adf;p=postgis 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 --- 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)