From 3428bf9168f1d9e45069b7bb8c41e7c99a631089 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Thu, 30 May 2013 21:33:04 +0000 Subject: Which release notes targets we can build no longer depends on whether we HAVE_FOP. svn path=/trunk/; revision=49636 --- docbook/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'docbook') diff --git a/docbook/Makefile.am b/docbook/Makefile.am index d0afb1a8de..2d987cb2e1 100644 --- a/docbook/Makefile.am +++ b/docbook/Makefile.am @@ -209,11 +209,7 @@ 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) -- cgit v1.2.1