From acee1cf4678c8c0908d65fcbc19f49c7c5aa677f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 26 Aug 2008 10:35:40 +0200 Subject: [PATCH] Fixed spelling for PDF_COMPILE --- yaz.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaz.m4 b/yaz.m4 index 0c700e5..4e6df3e 100644 --- a/yaz.m4 +++ b/yaz.m4 @@ -18,7 +18,7 @@ HTML_COMPILE='$(XSLTPROC_COMPILE) $(srcdir)/common/id.htmlhelp.xsl' AC_SUBST(TKL_COMPILE) TKL_COMPILE='$(XSLTPROC_COMPILE) $(srcdir)/common/id.tkl.xsl' AC_SUBST(PDF_COMPILE) -PDF_COMPILE='idblatex -P latex.class.options=a4paper,12pt,twoside,openright' +PDF_COMPILE='dblatex -P latex.class.options=a4paper,12pt,twoside,openright' AC_SUBST(DTD_DIR) AC_ARG_WITH(docbook-dtd,[[ --with-docbook-dtd=DIR use docbookx.dtd in DIR]], -- 1.7.10.4