summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/glossaries
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-12-06 23:12:38 +0000
committerKarl Berry <karl@freefriends.org>2019-12-06 23:12:38 +0000
commit76fb2142ad97b7b04ad28687472e3c29036971a1 (patch)
tree08dde55a7af2ce3f62a8fceb3224e5536fd6f3b5 /Master/texmf-dist/scripts/glossaries
parentf5e4137812d5ed637168b8881c1ae68470d4f4f3 (diff)
glossaries (7dec19)
git-svn-id: svn://tug.org/texlive/trunk@53043 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/glossaries')
-rwxr-xr-xMaster/texmf-dist/scripts/glossaries/makeglossaries8
-rwxr-xr-xMaster/texmf-dist/scripts/glossaries/makeglossaries-lite.lua6
2 files changed, 9 insertions, 5 deletions
diff --git a/Master/texmf-dist/scripts/glossaries/makeglossaries b/Master/texmf-dist/scripts/glossaries/makeglossaries
index 643e36b3c18..d42214c5fff 100755
--- a/Master/texmf-dist/scripts/glossaries/makeglossaries
+++ b/Master/texmf-dist/scripts/glossaries/makeglossaries
@@ -2,13 +2,13 @@
# File : makeglossaries
# Author : Nicola Talbot
-# Version : 4.41
+# Version : 4.44
# Description: simple Perl script that calls makeindex or xindy.
# Intended for use with "glossaries.sty" (saves having to remember
# all the various switches)
# This file is distributed as part of the glossaries LaTeX package.
-# Copyright 2007 Nicola L.C. Talbot
+# Copyright 2019 Nicola L.C. Talbot
# This work may be distributed and/or modified under the
# conditions of the LaTeX Project Public License, either version 1.3
# of this license or any later version.
@@ -31,9 +31,11 @@
# glossaries-babel.sty, glossaries-polyglossia.sty, glossaries.perl.
# Also makeglossaries and makeglossaries-lite.lua.
-my $version="4.41 (2018-07-23)";
+my $version="4.44 (2019-12-06)";
# History:
+# v4.43:
+# * No change.
# v4.41:
# * No change.
# v4.40:
diff --git a/Master/texmf-dist/scripts/glossaries/makeglossaries-lite.lua b/Master/texmf-dist/scripts/glossaries/makeglossaries-lite.lua
index f812edacee1..22b1c75147a 100755
--- a/Master/texmf-dist/scripts/glossaries/makeglossaries-lite.lua
+++ b/Master/texmf-dist/scripts/glossaries/makeglossaries-lite.lua
@@ -14,7 +14,7 @@
use the Perl makeglossaries script.
This file is distributed as part of the glossaries LaTeX package.
- Copyright 2015 Nicola L.C. Talbot
+ Copyright 2019 Nicola L.C. Talbot
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either version 1.3
of this license or any later version.
@@ -36,6 +36,8 @@
Also makeglossaries and makeglossaries-lite.lua.
History:
+ * 4.44:
+ - no change.
* 4.41:
- no change.
* 4.40:
@@ -64,7 +66,7 @@
- changed first line from lua to texlua
--]]
-thisversion = "4.41 (2018-07-23)"
+thisversion = "4.44 (2019-12-06)"
quiet = false
dryrun = false