Have 'make doc' build the single-page HTML

git-svn-id: http://svn.osgeo.org/postgis/trunk@8842 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Sandro Santilli 2012-01-16 14:21:54 +00:00
parent d0910bbdec
commit 51c0e9d4c9
2 changed files with 3 additions and 1 deletions

View 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

View 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 \