From cc76838b476da8bf8e1b98b35b48085ea0e84578 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Thu, 9 Sep 2004 15:37:18 +0000 Subject: [PATCH] Add --output flag to html build rule git-svn-id: http://svn.osgeo.org/postgis/trunk@789 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/Makefile | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.40.0