summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-07-01 18:21:51 -0700
committerKarl Berry <karl@freefriends.org>2021-07-01 18:21:51 -0700
commit16569085c531e884faa2124c5b02404a996921c8 (patch)
tree3aa480039a38c7b836611797dd61a8ac11153c80 /NEWS
parente7724fb1b7b97f662caf154414e6f71ffcbd966c (diff)
downloadautomake-16569085c531e884faa2124c5b02404a996921c8.tar.gz
dist: accept .md versions for README et al.
This change was suggested by madmurphy; some ideas were taken from the patch he provided. https://lists.gnu.org/archive/html/automake-patches/2021-06/msg00005.html * bin/automake.in (@toplevelmd_ok): new global, listing the files for which we will accept .md versions. (@common_files): remove those files from there. (handle_dist): check for .md if non-.md is absent. (handle_minor_options): check for README-alpha.md. (check_gnu_standards): accept .md version if present. (check_gnits_standards): likewise. (usage): output list of .md-accepted files. * doc/automake.texi (Basics of Distribution): document. * t/toplevelmd.sh: new test. * t/list-of-tests.mk (handwritten_tests): add it. * NEWS: mention new feature.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5e92387e2..a4f689bc4 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,10 @@ New in ?.?.?:
* New features added
+ - Common top-level files can be provided as .md; the non-md version is
+ used if both are present:
+ AUTHORS ChangeLog INSTALL NEWS README README-alpha THANKS
+
- CTAGS, ETAGS, SCOPE variables can be set via configure.
- PYTHON_PREFIX and PYTHON_EXEC_PREFIX variables now set from Python's
@@ -17,6 +21,7 @@ New in ?.?.?:
* Bugs fixed
- automake output reproducible.
+
- test-driver less likely to clash with tests writing to the same file.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -30,7 +35,7 @@ New in 1.16.3:
* Bugs fixed
- - Python 3.10 version number no longer considered to be 3.1.
+ - Python version number 3.10 no longer considered to be 3.1.
- Broken links in manual fixed or removed, and new script
contrib/checklinkx (a small modification of W3C checklink) added,