diff options
author | Karl Berry <karl@freefriends.org> | 2009-03-05 16:48:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-03-05 16:48:05 +0000 |
commit | ee0a8f0a1356961de5774c1001ae13f270da85ba (patch) | |
tree | de39142787ad1a1d41d089845e2dd899961c5ce7 /Master/texmf-dist/scripts/glossaries/makeglossaries | |
parent | 76576609315cae4d1822d8acba81734a87651975 (diff) |
glossaries 1.19 (3mar09)
git-svn-id: svn://tug.org/texlive/trunk@12314 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/glossaries/makeglossaries')
-rwxr-xr-x | Master/texmf-dist/scripts/glossaries/makeglossaries | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/glossaries/makeglossaries b/Master/texmf-dist/scripts/glossaries/makeglossaries index 0e9ea00ef8a..8de4584b574 100755 --- a/Master/texmf-dist/scripts/glossaries/makeglossaries +++ b/Master/texmf-dist/scripts/glossaries/makeglossaries @@ -182,7 +182,8 @@ unless ($istfile) { die "No \\\@istfilename found in '$name.aux'.\n", "Did your LaTeX run fail?\n", - "Did your LaTeX run produce any output?\n"; + "Did your LaTeX run produce any output?\n", + "Did you remember to use \\makeglossaries?\n"; } # v1.5 save the general xindy switches |