summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-06-13 14:56:25 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:47 -0500
commit789fda4de0ea8427e3a40e91bf1fd1d0f7cb2d85 (patch)
tree330c8cf54c0813a3b15bdb89e96f920417b02d34 /docs/Makefile
parentf8a8ad3ba42cb4f4b773b0e7b10b401a328468cc (diff)
downloadsamba-789fda4de0ea8427e3a40e91bf1fd1d0f7cb2d85.tar.gz
samba-789fda4de0ea8427e3a40e91bf1fd1d0f7cb2d85.tar.bz2
samba-789fda4de0ea8427e3a40e91bf1fd1d0f7cb2d85.zip
Fix support for ph-style pages - use ./configure --enable-prentice-hall to enable.
(This used to be commit 6b6c33c21a2ad61a72fb0b6f89fe6fcdec275d41)
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile
index f0bd5bec2a..de00a6ace5 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -119,7 +119,7 @@ $(TXTDIR)/%.txt: $(HTMLDIR)/%.html
# Tex files
%.tex: %/index.xml xslt/latex.xsl
mkdir -p $(@D)
- $(XSLTPROC) --stringparam latex.imagebasedir "$*/" --xinclude --output $@ xslt/latex.xsl $<
+ $(XSLTPROC) $(DB2LATEX_ARGS) --stringparam latex.imagebasedir "$*/" --xinclude --output $@ xslt/latex.xsl $<
latexfigures: $(LATEX_FIGURES)