~ubuntu-branches/ubuntu/oneiric/postgis/oneiric-proposed

« back to all changes in this revision

Viewing changes to doc/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Alan Boudreault
  • Date: 2010-09-29 09:16:10 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20100929091610-vj4efw8woq34hdn7
Tags: 1.5.2-1
* New upstream release, with a few bug fixes.
* Added shp2pgsql-gui binary.
* Removed patches, applied upstream: getopt.    

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
POSTGIS_MAJOR_VERSION=1
13
13
POSTGIS_MINOR_VERSION=5
14
 
POSTGIS_MICRO_VERSION=1
15
 
 
16
 
XSLTPROC = /usr/bin/xsltproc
17
 
XSLBASE = /opt/local/share/xsl/docbook-xsl
18
 
 
19
 
XSLTPROC_COMMONOPTS = \
 
14
POSTGIS_MICRO_VERSION=2
 
15
 
 
16
XSLTPROC=/opt/local/bin/xsltproc
 
17
XSLBASE=/opt/local/share/xsl/docbook-xsl
 
18
 
 
19
XSLTPROC_COMMONOPTS= \
20
20
        --param section.autolabel 1 \
21
21
        --param section.label.includes.component.label 1 \
22
22
        --param chunk.section.depth 0 \
28
28
        --param use.id.as.filename 1 \
29
29
        --param chunk.quietly 1
30
30
 
31
 
XSLTPROC_HTMLOPTS = \
 
31
XSLTPROC_HTMLOPTS= \
32
32
        --stringparam html.stylesheet style.css \
33
33
 
34
34
HTML_DOCBOOK_XSL=$(XSLBASE)/html/docbook.xsl
35
35
CHUNK_HTML_DOCBOOK_XSL=$(XSLBASE)/html/chunk.xsl
36
36
 
37
37
# DBLatex's dblatex script for PDF generation from DocBook
38
 
DBLATEX = 
 
38
DBLATEX=
39
39
 
40
40
# Imagemagick's convert utility program for generated images used in the documentation
41
 
IMAGEMAGICK = /opt/local/bin/convert
 
41
IMAGEMAGICK=/opt/local/bin/convert
42
42
 
43
43
# Directories for postgresql subdirectories
44
 
PGSQL_DOCDIR=/usr/local/pgsql/9.0/share/doc
45
 
PGSQL_MANDIR=/usr/local/pgsql/9.0/share/man
46
 
PGSQL_SHAREDIR=/usr/local/pgsql/9.0/share
 
44
PGSQL_DOCDIR=/usr/local/pgsql/8.3/doc
 
45
PGSQL_MANDIR=/usr/local/pgsql/8.3/man
 
46
PGSQL_SHAREDIR=/usr/local/pgsql/8.3/share
47
47
 
48
48
# If XSLTPROC or XSLBASE were not found during configure, we cannot
49
49
# build the documentation
125
125
comments: postgis_comments.sql
126
126
 
127
127
comments-install: comments
128
 
        cp postgis_comments.sql $(PGSQL_SHAREDIR)/contrib/postgis_comments.sql
 
128
        make -f Makefile.comments install
129
129
 
130
130
comments-uninstall:
131
 
        rm -f $(PGSQL_SHAREDIR)/contrib/postgis_comments.sql
 
131
        make -f Makefile.comments uninstall
132
132
 
133
133
install: html/postgis.html man/shp2pgsql.1 man/pgsql2shp.1
134
134
        @mkdir -p $(PGSQL_DOCDIR)/postgis