~ubuntu-branches/ubuntu/trusty/postgis/trusty-updates

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • 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:
13
13
POSTGIS_MINOR_VERSION=@POSTGIS_MINOR_VERSION@
14
14
POSTGIS_MICRO_VERSION=@POSTGIS_MICRO_VERSION@
15
15
 
16
 
XSLTPROC = @XSLTPROC@
17
 
XSLBASE = @XSLBASE@
 
16
XSLTPROC=@XSLTPROC@
 
17
XSLBASE=@XSLBASE@
18
18
 
19
 
XSLTPROC_COMMONOPTS = \
 
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 = @DBLATEX@
 
38
DBLATEX=@DBLATEX@
39
39
 
40
40
# Imagemagick's convert utility program for generated images used in the documentation
41
 
IMAGEMAGICK = @IMAGEMAGICK@
 
41
IMAGEMAGICK=@IMAGEMAGICK@
42
42
 
43
43
# Directories for postgresql subdirectories
44
44
PGSQL_DOCDIR=@PGSQL_DOCDIR@
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