From 7d643d7d30ac974d31fbcbc1532c3df5ab847497 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Fri, 4 Mar 2005 19:18:07 +0000 Subject: [PATCH] Made 'html' the default rule git-svn-id: http://svn.osgeo.org/postgis/trunk@1489 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/Makefile b/doc/Makefile index ecc909dad..e1609704d 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -3,6 +3,7 @@ LAST_RELEASE_VERSION = 1.0.0 XSLBASE?=/usr/share/sgml/docbook/xsl-stylesheets +all: html postgis-out.xml: postgis.xml cat $< | sed "s/@@LAST_RELEASE_VERSION@@/$(LAST_RELEASE_VERSION)/g" > $@ -- 2.40.0