There doesn't appear to be a clean, portable way to run FOP under

Cygwin. Try using dblatex for AsciiDoc → PDF conversion.

svn path=/trunk/; revision=48327
This commit is contained in:
Gerald Combs 2013-03-15 21:18:16 +00:00
parent dbcb94f9c7
commit 9c31e74bc5
2 changed files with 6 additions and 2 deletions

View File

@ -239,7 +239,7 @@ release-notes-us.pdf: $(RELEASE_NOTES_SOURCE) custom_layer_pdf.xsl
@ echo --- RELEASE NOTES - PDF US LETTER PAPER ---
$(SH) <<
PATH=/usr/bin
$(A2X) --format=pdf $(A2X_HTML_OPTS) --fop \
$(A2X) --format=pdf $(A2X_HTML_OPTS) \
--xsltproc-opts "--stringparam paper.type letter --nonet" \
--xsl-file=custom_layer_pdf.xsl \
release-notes.asciidoc
@ -251,7 +251,7 @@ release-notes-a4.pdf: $(RELEASE_NOTES_SOURCE) custom_layer_pdf.xsl
@ echo --- RELEASE NOTES - PDF A4 PAPER ---
$(SH) <<
PATH=/usr/bin
$(A2X) --format=pdf $(A2X_HTML_OPTS) --fop \
$(A2X) --format=pdf $(A2X_HTML_OPTS) \
--xsltproc-opts "--stringparam paper.type A4 --nonet" \
--xsl-file=custom_layer_pdf.xsl \
release-notes.asciidoc

View File

@ -111,6 +111,10 @@ Lynx
Text based web browser which can to convert HTML to plain text.
(Alternative [*nix]: elinks)
dblatex
-------
DocBook to LaTeX converter. Required for AsciiDoc PDF conversion on Win32.
Win32 only: HTML help compiler (for .chm generation only)
---------------------------------------------------------
HTML Help Compiler (hhc.exe) from Microsoft: