diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2021-07-23 23:38:38 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2021-07-23 23:38:38 +0000 |
commit | fd6abf252cbc486b59eb5e9187bc87f4b05f6cd0 (patch) | |
tree | 770d4e9a4887c79d620360482c3f4290a7a4cbe7 /WWW/Library/Implementation/makefile.in | |
parent | cc4054129b8ce4043e8ab2a701e795827bdb2e0a (diff) | |
download | lynx-snapshots-fd6abf252cbc486b59eb5e9187bc87f4b05f6cd0.tar.gz |
snapshot of project "lynx", label v2-9-0dev_6n
Diffstat (limited to 'WWW/Library/Implementation/makefile.in')
-rw-r--r-- | WWW/Library/Implementation/makefile.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/makefile.in b/WWW/Library/Implementation/makefile.in index 6acd09ea..0b467d72 100644 --- a/WWW/Library/Implementation/makefile.in +++ b/WWW/Library/Implementation/makefile.in @@ -1,4 +1,4 @@ -# $LynxId: makefile.in,v 1.34 2020/08/28 18:44:35 tom Exp $ +# $LynxId: makefile.in,v 1.35 2021/07/16 20:01:00 tom Exp $ # Make WWW under unix for a.n.other unix system (bsd) # Use this as a template @@ -349,6 +349,10 @@ check: dtd_util$x ./dtd_util$x -l src0_HTMLDTD.txt >HTMLDTD.log -$(DIFFC) src0_HTMLDTD.txt HTMLDTD.log + @echo "** comparing reloaded src1_HTMLDTD.txt" + ./dtd_util$x -t -l src1_HTMLDTD.txt >HTMLDTD.log + -$(DIFFC) src1_HTMLDTD.txt HTMLDTD.log + @echo "** comparing header generated from builtin" ./dtd_util$x -s -h -o HTMLDTD.log -$(DIFFC) hdr_HTMLDTD.h HTMLDTD.log |