Oops: revert 49636. We tell a2x to use fop to generate the PDFs.

svn path=/trunk/; revision=49638
This commit is contained in:
Jeff Morriss 2013-05-30 21:41:17 +00:00
parent c7741660a2
commit bd25e827be
1 changed files with 4 additions and 0 deletions

View File

@ -209,7 +209,11 @@ developer-guide-a4.fo: $(WSDG_SOURCE) custom_layer_pdf.xsl
$(XSLTPROC) --stringparam paper.type A4 --nonet custom_layer_pdf.xsl $< > $@
if HAVE_FOP
RELEASE_NOTES_TARGETS=release-notes.html release-notes.txt release-notes-a4.pdf release-notes-us.pdf
else
RELEASE_NOTES_TARGETS=release-notes.html release-notes.txt
endif
release_notes: $(RELEASE_NOTES_TARGETS)