File: docbuild.mk

package info (click to toggle)
docbook2x 0.8.3-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 2,004 kB
  • ctags: 192
  • sloc: xml: 8,102; perl: 2,183; ansic: 1,182; sh: 341; makefile: 256
file content (17 lines) | stat: -rw-r--r-- 756 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# ----------------------------------------------------------------------
#
# Common defines for building documentation
#

# Needed to load docbook2X-specific Perl modules
# when they are not yet installed.
db2x_perl = $(PERL) -I$(top_srcdir)/perl

# Location of docbook2X programs
stylesheets_catalog = $(top_srcdir)/xslt/catalog.xml

utf8trans = $(top_builddir)/utf8trans/utf8trans
db2x_texixml = $(db2x_perl) $(top_builddir)/perl/db2x_texixml --utf8trans-program=$(utf8trans) --utf8trans-map=$(top_srcdir)/charmaps/texi.charmap
db2x_manxml = $(db2x_perl) $(top_builddir)/perl/db2x_manxml --utf8trans-program=$(utf8trans) --utf8trans-map=$(top_srcdir)/charmaps/roff.charmap

db2x_xsltproc = $(top_builddir)/libxslt/db2x_xsltproc -C $(stylesheets_catalog)