From: Kevin McCarthy Date: Sat, 28 Jul 2018 20:16:50 +0000 (-0700) Subject: Add a note about doc/manual.tex generation. X-Git-Tag: mutt-1-11-rel~103 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6db2f9d179159f4d796f2e3e90f0beac233093d3;p=mutt Add a note about doc/manual.tex generation. The invocation doesn't work for me, but does work for Ken. I'm reluctant to touch and break it for existing users, so instead add a note to the Makefile.am. Perhaps someone with more knowledge of those tools can make it portable. --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 0eb196ec..c612281e 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -131,6 +131,13 @@ $(CHUNKED_DOCFILES): stamp-doc-chunked manual.pdf: manual.tex -if test -f manual.tex; then pdfjadetex manual.tex; pdfjadetex manual.tex; pdfjadetex manual.tex; fi +# Note / Request For Help: +# On Debian, the below invocation of openjade is not working for me. +# I was able to generate manual.tex by instead running: +# openjade -t tex -D $(DSLROOT) -d print/docbook.dsl \ +# -i xml /usr/share/xml/declaration/xml.dcl manual.xml +# However, being completely unfamiliar with these tools, am unsure how to +# make this portable. manual.tex: stamp-doc-xml -if test -n "$(DSLROOT)"; then \ openjade -t tex -D $(DSLROOT) -d print/docbook.dsl dtds/decls/xml.dcl manual.xml; \