Which release notes targets we can build no longer depends on whether we HAVE_FOP.

svn path=/trunk/; revision=49636
This commit is contained in:
Jeff Morriss 2013-05-30 21:33:04 +00:00
parent 55da3a2254
commit 3428bf9168
1 changed files with 0 additions and 4 deletions

View File

@ -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)