]> granicus.if.org Git - postgis/commitdiff
initial import
authorSandro Santilli <strk@keybit.net>
Tue, 4 Nov 2003 18:56:14 +0000 (18:56 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 4 Nov 2003 18:56:14 +0000 (18:56 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@341 b70326c6-7e19-0410-871a-916f4a2858ee

doc/Makefile [new file with mode: 0644]

diff --git a/doc/Makefile b/doc/Makefile
new file mode 100644 (file)
index 0000000..70f58fb
--- /dev/null
@@ -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