Oops: revert 49636. We tell a2x to use fop to generate the PDFs.
authorJeff Morriss <jeff.morriss.ws@gmail.com>
Thu, 30 May 2013 21:41:17 +0000 (21:41 -0000)
committerJeff Morriss <jeff.morriss.ws@gmail.com>
Thu, 30 May 2013 21:41:17 +0000 (21:41 -0000)
svn path=/trunk/; revision=49638

docbook/Makefile.am

index 2d987cb2e1ad26db98ceaa02f8c3b10076d3fae4..d0afb1a8de2ca1044802e0e949ba0c80a4598e81 100644 (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)