aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
Diffstat (limited to 'docbook')
-rw-r--r--docbook/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/docbook/Makefile.am b/docbook/Makefile.am
index f4e6fa2898..c31eb8d353 100644
--- a/docbook/Makefile.am
+++ b/docbook/Makefile.am
@@ -195,7 +195,8 @@ release-notes.txt: $(RELEASE_NOTES_SOURCE)
TZ=UTC $(A2X) --format=text $(A2X_TEXT_OPTS) \
--xsltproc-opts "--stringparam generate.toc \"article nop\"" \
--destination-dir=$(builddir) \
- $(srcdir)/release-notes.asciidoc
+ $(srcdir)/release-notes.asciidoc && \
+ mv release-notes.text $@
news: release-notes.txt
cp release-notes.txt ../NEWS