From: Paul Ramsey Date: Thu, 9 Sep 2004 15:37:18 +0000 (+0000) Subject: Add --output flag to html build rule X-Git-Tag: pgis_0_9_1~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc76838b476da8bf8e1b98b35b48085ea0e84578;p=postgis Add --output flag to html build rule git-svn-id: http://svn.osgeo.org/postgis/trunk@789 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/Makefile b/doc/Makefile index 0463194a0..d9902f0b8 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -7,6 +7,7 @@ postgis-out.xml: postgis.xml html: postgis-out.xml xsltproc \ + --output postgis.html \ --param shade.verbatim 1 \ --param chunk.section.depth 0 \ --stringparam html.stylesheet style.css \