From d330210a51267e5fb698f0553eb742d65a0150d4 Mon Sep 17 00:00:00 2001 From: Sam Lawrance Date: Sat, 23 Apr 2005 08:44:08 +0000 Subject: Update PostGIS to 1.0.0. PR: ports/80223 Submitted by: Anderson S. Ferreira (maintainer) Approved by: clement (mentor) --- databases/postgis/files/patch-doc | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'databases/postgis/files/patch-doc') diff --git a/databases/postgis/files/patch-doc b/databases/postgis/files/patch-doc index dc97f38b2b7d..3d87ee3c56ab 100644 --- a/databases/postgis/files/patch-doc +++ b/databases/postgis/files/patch-doc @@ -1,5 +1,5 @@ ---- doc/Makefile Fri Mar 4 16:34:47 2005 -+++ doc/Makefile Mon Mar 21 09:07:57 2005 +--- doc/Makefile Tue Apr 12 08:17:04 2005 ++++ doc/Makefile Thu Apr 21 17:20:56 2005 @@ -1,11 +1,14 @@ COMMONOPTS = -f docbook -b html -e no-valid @@ -13,10 +13,10 @@ -XSLBASE?=/usr/share/sgml/docbook/xsl-stylesheets +XSLBASE?=/usr/local/share/xsl/docbook + #XSLBASE = /usr/share/xml/docbook/stylesheet/nwalsh all: html - -@@ -15,14 +18,13 @@ +@@ -16,14 +19,13 @@ chunked-html: postgis-out.xml xsltproc \ --output html/ \ @@ -32,10 +32,12 @@ html/postgis.html: postgis-out.xml xsltproc \ -@@ -66,5 +68,15 @@ +@@ -67,6 +69,15 @@ maintainer-clean: clean @rm -f html/*.html +-install: html/postgis.html man/shp2pgsql.1 man/pgsql2shp.1 +- +install: chunked-html + $(mkinstalldirs) $(DOCSDIR) + $(INSTALL_DATA) html/index.html $(DOCSDIR)/index.html @@ -45,6 +47,6 @@ + $(INSTALL_DATA) html/ch04.html $(DOCSDIR)/ch04.html + $(INSTALL_DATA) html/ch05.html $(DOCSDIR)/ch05.html + $(INSTALL_DATA) html/ch06.html $(DOCSDIR)/ch06.html -+ $(INSTALL_DATA) html/ch07.html $(DOCSDIR)/ch07.html - ++ $(INSTALL_DATA) html/apa.html $(DOCSDIR)/apa.html ++ .PHONY: html -- cgit v1.2.3