postgis/doc/Makefile
Sandro Santilli 9777285ed0 added 'global' specification to sed command
git-svn-id: http://svn.osgeo.org/postgis/trunk@346 b70326c6-7e19-0410-871a-916f4a2858ee
2003-11-04 21:52:23 +00:00

14 lines
297 B
Makefile

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)/g" > $@
html/index.html: postgis.xml
jw $(COMMONOPTS) -o html/ $<
clean:
#rm -f html/*.html postgis.xml