diff options
Diffstat (limited to 'docs/Makefile')
-rw-r--r-- | docs/Makefile | 2 |
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) |