From 2a48db757586e8eb85681155d4b798bb5d80c784 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 4 Nov 2003 18:56:14 +0000 Subject: [PATCH] initial import git-svn-id: http://svn.osgeo.org/postgis/trunk@341 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/Makefile 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 -- 2.50.1