From 789fda4de0ea8427e3a40e91bf1fd1d0f7cb2d85 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 13 Jun 2005 14:56:25 +0000 Subject: Fix support for ph-style pages - use ./configure --enable-prentice-hall to enable. (This used to be commit 6b6c33c21a2ad61a72fb0b6f89fe6fcdec275d41) --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/Makefile') 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) -- cgit