make -j12 check keep_testdirs=yes
make maintainer-check
make -j12 distcheck # regular distcheck
- make -j12 distcheck AM_TESTSUITE_MAKE="make -j$j" # parallelize makes
+ make -j12 distcheck AM_TESTSUITE_MAKE="make -j12" # parallelize makes
make -j12 check-no-trailing-backslash-in-recipes
make -j12 check-cc-no-c-o
* For stable releases you'll have to update the manuals at www.gnu.org.
+ - Check links:
+ make html
+ make checklinkx # various perl prerequisites, see contrib/checklinkx
+ or use:
+ <https://validator.w3.org/checklink>
+
- Generate manuals (with the help of the standard gendocs.sh script):
make web-manual
for example:
make web-manual-update CVS_USER=slattarini
- - Check for link errors, fix them, recheck until convergence:
- <http://validator.w3.org/checklink>
-
* Create an announcement message with "make announcement". Edit the
generated 'announcement' file appropriately, in particularly filling
in by hand any "TODO" left in there.
-#!/usr/local/bin/perl -wT
+#!/usr/local/bin/perl
#
# W3C Link Checker
# by Hugo Haas <hugo@w3.org>
#
# For GNU Automake, this program is used by the checklinkx target
# in doc/local.mk to check the (html output of) automake manual.
+# (Run make html to create automake.html.)
+use warnings;
use strict;
use 5.008;
BEGIN {
# Version info
- $PACKAGE = 'W3C Link Checker';
- $PROGRAM = 'W3C-checklink';
- $VERSION = '4.81';
+ $PACKAGE = 'W3C Link Checker (+GNU Automake)';
+ $PROGRAM = 'W3C-checklink-am';
+ $VERSION = '4.81-am';
$REVISION = sprintf('version %s (c) 1999-2011 W3C', $VERSION);
$AGENT = sprintf(
'%s/%s %s',