From: Sandro Santilli Date: Mon, 16 Jan 2012 14:21:54 +0000 (+0000) Subject: Have 'make doc' build the single-page HTML X-Git-Tag: 2.0.0alpha1~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=51c0e9d4c91e84e195d417af4c4ed0245de11908;p=postgis Have 'make doc' build the single-page HTML git-svn-id: http://svn.osgeo.org/postgis/trunk@8842 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 27f9abed8..894f2b7cd 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -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 diff --git a/doc/Makefile.in b/doc/Makefile.in index 6ada42946..8271151c7 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -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 \