summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2022-01-03 18:21:55 +0000
committerColin Watson <cjwatson@debian.org>2022-01-03 18:21:55 +0000
commitae15ebfbdfdd3d17f9e3dddc233862dabcd2a150 (patch)
treeba1fe689621c4f40c2c7655cf84eb0707e927545 /Makefile.am
parent29374ab8cc6010683e9dee9a19aa3cb5aeaecc72 (diff)
Reformat release notes as Markdown
* NEWS: Move to ... * NEWS.md: ... here. Reformat as Markdown. * Makefile.am (dist_noinst_DATA): Remove NEWS; Automake automatically includes this file (or NEWS.md) in the distribution without help. * README.md, docs/HACKING: Refer to NEWS.md instead of NEWS.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f9e0b49d..cd8f8f09 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,7 +26,7 @@ endif
SUBDIRS = docs gl/lib $(GNULIB_PO) init lib libdb src man manual po tools
-dist_noinst_DATA = FAQ NEWS README.md include/README
+dist_noinst_DATA = FAQ README.md include/README
EXTRA_DIST = \
.gitignore \