summaryrefslogtreecommitdiff
path: root/Build/source/texk/chktex/TLpatches
diff options
context:
space:
mode:
authorHironobu Yamashita <h.y.acetaminophen@gmail.com>2022-12-15 11:48:56 +0000
committerHironobu Yamashita <h.y.acetaminophen@gmail.com>2022-12-15 11:48:56 +0000
commit080967aa15a16e8712c9efd3a50fff831361b1fb (patch)
tree67faf21649cd6117d7826cbc34f186b7d41b3e13 /Build/source/texk/chktex/TLpatches
parente6632027a9fe1ee07fa80da2ff684bfbe6726d74 (diff)
chktex-1.7.8
git-svn-id: svn://tug.org/texlive/trunk@65275 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/chktex/TLpatches')
-rw-r--r--Build/source/texk/chktex/TLpatches/ChangeLog5
-rw-r--r--Build/source/texk/chktex/TLpatches/TL-Changes11
-rw-r--r--Build/source/texk/chktex/TLpatches/patch-04-finderrs19
3 files changed, 14 insertions, 21 deletions
diff --git a/Build/source/texk/chktex/TLpatches/ChangeLog b/Build/source/texk/chktex/TLpatches/ChangeLog
index c37fd290e4d..79ef79c976a 100644
--- a/Build/source/texk/chktex/TLpatches/ChangeLog
+++ b/Build/source/texk/chktex/TLpatches/ChangeLog
@@ -1,3 +1,8 @@
+2022-12-15 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+
+ * Import chktex-1.7.8.
+ * patch-04-finderrs: removed.
+
2016-09-15 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
* Import chktex-1.7.6.
diff --git a/Build/source/texk/chktex/TLpatches/TL-Changes b/Build/source/texk/chktex/TLpatches/TL-Changes
index 1a8db085335..9c4a3c5de47 100644
--- a/Build/source/texk/chktex/TLpatches/TL-Changes
+++ b/Build/source/texk/chktex/TLpatches/TL-Changes
@@ -1,6 +1,6 @@
-Changes applied to the chktex-1.7.6 tree as obtained from:
+Changes applied to the chktex-1.7.8 tree as obtained from:
http://mirror.ctan.org/support/chktex/
- http://download.savannah.gnu.org/releases/chktex/chktex-1.7.6.tar.gz
+ http://download.savannah.gnu.org/releases/chktex/chktex-1.7.8.tar.gz
Remove:
aclocal.m4
@@ -8,6 +8,13 @@ Remove:
configure
install-sh
stamp-h.in
+ m4/
Rename:
chkweb -> chkweb.sh
+
+Moved to top directory:
+ ChkTeX.pdf
+
+Generate chktexrc in the top directory:
+ perl MakeChkTeXRC.pl --chktexrc chktexrc.in >chktexrc
diff --git a/Build/source/texk/chktex/TLpatches/patch-04-finderrs b/Build/source/texk/chktex/TLpatches/patch-04-finderrs
deleted file mode 100644
index 1717fc972db..00000000000
--- a/Build/source/texk/chktex/TLpatches/patch-04-finderrs
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -ur chktex.orig/FindErrs.c chktex/FindErrs.c
---- chktex.orig/FindErrs.c Sat Sep 10 06:22:18 2016
-+++ chktex/FindErrs.c Fri Sep 16 14:09:38 2016
-@@ -1872,7 +1872,6 @@
- }
- else
- {
-- FoundErr = EXIT_FAILURE;
- Context = LaTeXMsgs[Error].Context;
-
- if (!HeadErrOut)
-@@ -1892,6 +1891,7 @@
- break;
- case etErr:
- ErrPrint++;
-+ FoundErr = EXIT_FAILURE;
- break;
- case etMsg:
- break;