]> granicus.if.org Git - postgis/commitdiff
change output naming of epub to be consistent with pdf and also try to add in the...
authorRegina Obe <lr@pcorp.us>
Sun, 5 May 2013 01:37:11 +0000 (01:37 +0000)
committerRegina Obe <lr@pcorp.us>
Sun, 5 May 2013 01:37:11 +0000 (01:37 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11356 b70326c6-7e19-0410-871a-916f4a2858ee

doc/Makefile.in

index cfbf3ae0e2acb93bfe10b694053550dbf6433476..a107ce38577499536b0303f2965353218ae21ded 100644 (file)
@@ -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)