From 9d27d83e888c0b16be96d8e542a58e15b2a4dbb8 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 4 Nov 2003 19:20:48 +0000 Subject: [PATCH] dropped 'clean' rule (not really a good idea right now) git-svn-id: http://svn.osgeo.org/postgis/trunk@344 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 70f58fb55..3e5e52e87 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,9 +1,13 @@ COMMONOPTS = -f docbook -b html -e no-valid +LAST_RELEASE_VERSION = 0.8 html: html/index.html +postgis.xml: postgis.xml.in + cat $< | sed "s/@@LAST_RELEASE_VERSION@@/$(LAST_RELEASE_VERSION)/" > $@ + html/index.html: postgis.xml jw $(COMMONOPTS) -o html/ $< clean: - rm -f html/*.html + #rm -f html/*.html