summaryrefslogtreecommitdiff
path: root/databases/postgis/files/patch-doc
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-04-23 08:44:08 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-04-23 08:44:08 +0000
commitd330210a51267e5fb698f0553eb742d65a0150d4 (patch)
treeebeeb31a177078eff2a315015c5a06900c86c996 /databases/postgis/files/patch-doc
parentUnbreak on 4.x by using the port's included wide character functions. (diff)
Update PostGIS to 1.0.0.
PR: ports/80223 Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br> (maintainer) Approved by: clement (mentor)
Notes
Notes: svn path=/head/; revision=133987
Diffstat (limited to 'databases/postgis/files/patch-doc')
-rw-r--r--databases/postgis/files/patch-doc16
1 files changed, 9 insertions, 7 deletions
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