From: panne Date: Sat, 26 Feb 2005 11:03:13 +0000 (+0000) Subject: [project @ 2005-02-26 11:03:13 by panne] X-Git-Tag: Initial_conversion_from_CVS_complete~1014 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=41b8c26ecd239f7cff41d92ea483dad91a1912d2 [project @ 2005-02-26 11:03:13 by panne] Don't use draft mode when generating FO, otherwise fop might try download a watermark when generating PDF/PS. Fixed a comment typo on the way. --- diff --git a/mk/suffix.mk b/mk/suffix.mk index a1dc1cd..ad238ed 100644 --- a/mk/suffix.mk +++ b/mk/suffix.mk @@ -279,7 +279,7 @@ endif # TODO: Detect hhc via autoconf # -# Two obstables here: +# Two obstacles here: # # * The reason for the strange "if" below is that hhc returns 0 on error and 1 # on success, the opposite of what shells and make expect. @@ -292,6 +292,7 @@ endif %.fo : %.xml $(XSLTPROC) --output $@ \ + --stringparam draft.mode no \ $(XSLTPROC_LABEL_OPTS) $(XSLTPROC_OPTS) \ $(DIR_DOCBOOK_XSL)/fo/docbook.xsl $<