]> granicus.if.org Git - postgis/commitdiff
change epub to be built in html so relative search for images doesn't break, fix...
authorRegina Obe <lr@pcorp.us>
Sat, 4 May 2013 19:42:30 +0000 (19:42 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 4 May 2013 19:42:30 +0000 (19:42 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11353 b70326c6-7e19-0410-871a-916f4a2858ee

doc/Makefile.in

index 9099ea367b6207eee6d0b8c1c46ec9d2b0757512..1d6f6b3e097d2e67d4953ccfb525f9b7a0c3249b 100644 (file)
@@ -230,7 +230,7 @@ postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSIO
                   -o postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}$(DOCSUFFIX).pdf $<; \
        fi
        
-postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}$(DOCSUFFIX).epub: postgis-out.xml images $(XML_INPUTS)
+html/postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}$(DOCSUFFIX).epub: postgis-out.xml images $(XML_INPUTS)
        if test x"$(DBTOEPUB)" = x; then \
           echo "Error: dbtoepub not found, can't build epub"; \
           echo "       try installing dbtoepub"; \
@@ -239,7 +239,7 @@ postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSIO
                $(DBTOEPUB) $<; \
        fi
 
-epub: postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}$(DOCSUFFIX).epub
+epub: html/postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}$(DOCSUFFIX).epub
 
 pdf: postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}$(DOCSUFFIX).pdf
 
@@ -264,7 +264,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 html/postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}.epub
        $(MAKE) -C html/image_src clean
        rm -f $(XML_GENERATED_SOURCES)
 
@@ -346,7 +346,7 @@ requirements_not_met_xsltproc:
        @echo "Install xsltproc and then re-run configure. Alternatively "
        @echo "refer to online manual:"
        @echo
-       @echo "  http://www.postgis.org/docs"
+       @echo "  http://postgis.net/documentation"
        @echo
 
 requirements_not_met_xmllint:
@@ -356,7 +356,7 @@ requirements_not_met_xmllint:
        @echo "Install xmllint and then re-run configure. Alternatively "
        @echo "refer to online manual:"
        @echo
-       @echo "  http://www.postgis.org/docs"
+       @echo "  http://postgis.net/documentation"
        @echo
 
 requirements_not_met_xslbase:
@@ -376,6 +376,6 @@ requirements_not_met_imagemagick:
        @echo "To build the documentation, install ImageMagick and then re-run configure. Alternatively "
        @echo "refer to online manual:"
        @echo
-       @echo "  http://www.postgis.org/docs"
+       @echo "  http://postgis.net/documentation"
        @echo