summaryrefslogtreecommitdiff
path: root/docbook
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-05-30 21:33:04 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-05-30 21:33:04 +0000
commit3428bf9168f1d9e45069b7bb8c41e7c99a631089 (patch)
treeb7f41d85d847fe61ada792e20d99eaa3428e037c /docbook
parent55da3a22540c952c3e65b3942a4902e0c99600d0 (diff)
downloadwireshark-3428bf9168f1d9e45069b7bb8c41e7c99a631089.tar.gz
Which release notes targets we can build no longer depends on whether we HAVE_FOP.
svn path=/trunk/; revision=49636
Diffstat (limited to 'docbook')
-rw-r--r--docbook/Makefile.am4
1 files changed, 0 insertions, 4 deletions
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)