aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-03-15 21:18:16 +0000
committerGerald Combs <gerald@wireshark.org>2013-03-15 21:18:16 +0000
commit9c31e74bc5db93a6dcac5c019c5dff0c5bbdc7d7 (patch)
treedec07e7b50ec8011c2ba6d6178f57d284a639ef9 /docbook/Makefile.nmake
parentdbcb94f9c7036755fb63ac2443a2485426cf59cd (diff)
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
Diffstat (limited to 'docbook/Makefile.nmake')
-rw-r--r--docbook/Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/docbook/Makefile.nmake b/docbook/Makefile.nmake
index 18338bf612..34c2c308c5 100644
--- a/docbook/Makefile.nmake
+++ b/docbook/Makefile.nmake
@@ -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