]> granicus.if.org Git - postgis/commitdiff
Have 'make doc' build the single-page HTML
authorSandro Santilli <strk@keybit.net>
Mon, 16 Jan 2012 14:21:54 +0000 (14:21 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 16 Jan 2012 14:21:54 +0000 (14:21 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8842 b70326c6-7e19-0410-871a-916f4a2858ee

GNUmakefile.in
doc/Makefile.in

index 27f9abed89fe0fb871d2864dad51c16924e2efc1..894f2b7cdb229047160db113f6fad017d644008a 100644 (file)
@@ -106,7 +106,7 @@ templategis-uninstall:
        $(MAKE) -C extras/template_gis uninstall
 
 docs: 
-       $(MAKE) -C doc 
+       $(MAKE) -C doc html
 
 docs-clean:
        $(MAKE) -C doc clean
index 6ada42946e0b80ba6766e0d898d3596707bf1047..8271151c7ca55d5dbdd01427e5ad52a2bc4e1eac 100644 (file)
@@ -98,6 +98,8 @@ chunked-html: postgis-out.xml images
                $(CHUNK_HTML_DOCBOOK_XSL) \
                $<
 
+html: html/postgis.html
+
 html/postgis.html: postgis-out.xml
        $(XSLTPROC) $(XSLTPROC_COMMONOPTS) $(XSLTPROC_HTMLOPTS) \
                --output html/postgis.html \