summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-31 18:21:22 -0700
committerKarl Berry <karl@freefriends.org>2020-04-03 18:25:12 -0700
commitdf5460e01b272ab5ebe6d2ca2208ca5d4e67665b (patch)
tree7e1815b6e8495829b7147191ea967a33b50abbca /Makefile.am
parent77d39959511295f5a30332d5d03f0a6956bd9460 (diff)
downloadautomake-df5460e01b272ab5ebe6d2ca2208ca5d4e67665b.tar.gz
doc: update urls in manual and include checklinkx script.
* doc/automake.texi: update many urls; http -> https, search.cpan.org -> metacpan.org/pod/distribution, node names, etc. Remove sourceware.org/cgi-bin/gnatsweb.pl and miller.emu.id.au/pmiller/books/rmch/ as these are 404 and no good replacement is evident. s/perl/Perl/ a couple times in text for good measure. * contrib/checklinkx: new script, a small modification of W3C checklink <https://validator.w3.org/checklink/docs/checklink.html> (W3C license, which is free software), starting from version 4.81 installed from CPAN: https://metacpan.org/pod/distribution/W3C-LinkChecker/bin/checklink.pod * doc/local.mk (checklinkx): new target to invoke it, with variables. * Makefile.am (EXTRA_DIST): distribute it. * NEWS: mention all this.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 525f172e4..d8a9da1b5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -93,6 +93,7 @@ ChangeLog:
EXTRA_DIST += \
contrib/tap-driver.pl \
contrib/check-html.am \
+ contrib/checklinkx \
contrib/multilib/README \
contrib/multilib/config-ml.in \
contrib/multilib/symlink-tree \