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
This commit is contained in:
Sandro Santilli 2003-11-04 19:20:48 +00:00
parent 4e9e685de7
commit 9d27d83e88

View file

@ -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