X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fsuffix.mk;h=ad238ed9135a6a363d87bbc814dc54cd570c6ee9;hb=6417028ace33946acad62b22c629d5fa62e19515;hp=a1dc1cd1e15334d26d8aeea59745a72f11dc76d9;hpb=988c661545d1bd6751e3a126d7ba5414d02da070;p=ghc-hetmet.git 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 $<