From 51c0e9d4c91e84e195d417af4c4ed0245de11908 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Mon, 16 Jan 2012 14:21:54 +0000 Subject: [PATCH] Have 'make doc' build the single-page HTML git-svn-id: http://svn.osgeo.org/postgis/trunk@8842 b70326c6-7e19-0410-871a-916f4a2858ee --- GNUmakefile.in | 2 +- doc/Makefile.in | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 \ -- 2.40.0