summaryrefslogtreecommitdiff
path: root/docs
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 /docs
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 'docs')
-rw-r--r--docs/HACKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HACKING b/docs/HACKING
index 59ac6f2e..f5fc3cc8 100644
--- a/docs/HACKING
+++ b/docs/HACKING
@@ -148,7 +148,7 @@ Release process
arrive. During this time, test until your eyeballs fall out, but try to
avoid changing any translated messages.
-4. Ensure that NEWS and docs/man-db.lsm are up to date. Commit.
+4. Ensure that NEWS.md and docs/man-db.lsm are up to date. Commit.
5. Update the AC_INIT version number and 'date' in configure.ac, but don't
commit yet.