summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/glossaries
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-04-07 20:57:48 +0000
committerKarl Berry <karl@freefriends.org>2018-04-07 20:57:48 +0000
commit861b4de389db24dd94535880edb8de1ea4386cf6 (patch)
treef2bb6520aaad7c2d8f62a7f0f97f9fa02b405c49 /Master/texmf-dist/scripts/glossaries
parente1741ac648c6bdfc6300752f4b2b783b34533b12 (diff)
glossaries (7apr18)
git-svn-id: svn://tug.org/texlive/trunk@47357 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/glossaries')
-rwxr-xr-xMaster/texmf-dist/scripts/glossaries/makeglossaries6
-rwxr-xr-xMaster/texmf-dist/scripts/glossaries/makeglossaries-lite.lua4
2 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf-dist/scripts/glossaries/makeglossaries b/Master/texmf-dist/scripts/glossaries/makeglossaries
index cbc24a40210..829cc5e8b6b 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.36
+# Version : 4.37
# Description: simple Perl script that calls makeindex or xindy.
# Intended for use with "glossaries.sty" (saves having to remember
# all the various switches)
@@ -27,9 +27,11 @@
# glossary-super.sty, glossaries.perl.
# Also makeglossaries and makeglossaries-lite.lua.
-my $version="4.36 (2018-03-07)";
+my $version="4.37 (2018-04-07)";
# History:
+# v4.37:
+# * No change.
# v4.36:
# * No change.
# v4.35:
diff --git a/Master/texmf-dist/scripts/glossaries/makeglossaries-lite.lua b/Master/texmf-dist/scripts/glossaries/makeglossaries-lite.lua
index c7e3d07ef50..9896f3c9867 100755
--- a/Master/texmf-dist/scripts/glossaries/makeglossaries-lite.lua
+++ b/Master/texmf-dist/scripts/glossaries/makeglossaries-lite.lua
@@ -26,6 +26,8 @@
This work has the LPPL maintenance status `maintained'.
History:
+ * 4.37:
+ - no change.
* 4.36:
- fixed check for double-quotes (from \jobname when the file name
contains spaces).
@@ -44,7 +46,7 @@
- changed first line from lua to texlua
--]]
-thisversion = "4.36 2018-03-07"
+thisversion = "4.37 2018-04-07"
quiet = false
dryrun = false