From: Sandro Santilli Date: Tue, 4 Nov 2003 18:56:14 +0000 (+0000) Subject: initial import X-Git-Tag: pgis_0_8_0~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a48db757586e8eb85681155d4b798bb5d80c784;p=postgis initial import git-svn-id: http://svn.osgeo.org/postgis/trunk@341 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 000000000..70f58fb55 --- /dev/null +++ b/doc/Makefile @@ -0,0 +1,9 @@ +COMMONOPTS = -f docbook -b html -e no-valid + +html: html/index.html + +html/index.html: postgis.xml + jw $(COMMONOPTS) -o html/ $< + +clean: + rm -f html/*.html