summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/glossaries
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-11-02 22:04:34 +0000
committerKarl Berry <karl@freefriends.org>2022-11-02 22:04:34 +0000
commit441973d492db92d882743010c0ceb5c36fec9fa4 (patch)
tree63eb524cbb742f56caba7c33b42ed1a4691ce1c9 /Master/texmf-dist/scripts/glossaries
parent76c0a04ebe2e4c563d667541e62560ddf6ad7e26 (diff)
glossaries (2nov22)
git-svn-id: svn://tug.org/texlive/trunk@64903 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/glossaries')
-rw-r--r--Master/texmf-dist/scripts/glossaries/glossaries.l2h2
-rwxr-xr-xMaster/texmf-dist/scripts/glossaries/makeglossaries6
-rwxr-xr-xMaster/texmf-dist/scripts/glossaries/makeglossaries-lite.lua4
3 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/scripts/glossaries/glossaries.l2h b/Master/texmf-dist/scripts/glossaries/glossaries.l2h
index fa602001ef6..9afdcbe9f22 100644
--- a/Master/texmf-dist/scripts/glossaries/glossaries.l2h
+++ b/Master/texmf-dist/scripts/glossaries/glossaries.l2h
@@ -1,6 +1,6 @@
# File : glossaries.l2h
# Author : Nicola L.C. Talbot
-# Version : 4.50 (2022-10-14)
+# Version : 4.51 (2022-11-02)
# Description : LaTeX2HTML (limited!) implementation of glossaries
# package. Note that not all the glossaries.sty
# macros have been implemented.
diff --git a/Master/texmf-dist/scripts/glossaries/makeglossaries b/Master/texmf-dist/scripts/glossaries/makeglossaries
index 67afb1a826c..85ef8d55bdb 100755
--- a/Master/texmf-dist/scripts/glossaries/makeglossaries
+++ b/Master/texmf-dist/scripts/glossaries/makeglossaries
@@ -2,7 +2,7 @@
# File : makeglossaries
# Author : Nicola Talbot
-# Version : 4.50
+# Version : 4.51
# Description: simple Perl script that calls makeindex or xindy.
# Intended for use with "glossaries.sty" (saves having to remember
# all the various switches)
@@ -31,9 +31,11 @@
# glossaries-babel.sty, glossaries-polyglossia.sty, glossaries.l2h.
# Also makeglossaries and makeglossaries-lite.lua.
-my $version="4.50 (2022-10-14)";
+my $version="4.51 (2022-11-02)";
# History:
+# v4.51:
+# * No change. (Version number updated in line with glossaries.sty)
# v4.50:
# * Added -e (don't fix encap clashes)
# * Add check for glsignore with encap clashes
diff --git a/Master/texmf-dist/scripts/glossaries/makeglossaries-lite.lua b/Master/texmf-dist/scripts/glossaries/makeglossaries-lite.lua
index 74a681d88b9..860b4e54480 100755
--- a/Master/texmf-dist/scripts/glossaries/makeglossaries-lite.lua
+++ b/Master/texmf-dist/scripts/glossaries/makeglossaries-lite.lua
@@ -36,7 +36,7 @@
Also makeglossaries and makeglossaries-lite.lua.
History:
- * 4.48 - 4.50:
+ * 4.48 - 4.51:
- no change.
* 4.47:
- Added hybrid instructions if record option detected but not \makeglossaries
@@ -70,7 +70,7 @@
- changed first line from lua to texlua
--]]
-thisversion = "4.50 (2022-10-14)"
+thisversion = "4.51 (2022-11-02)"
quiet = false
dryrun = false