diff options
Diffstat (limited to 'Master/texmf-dist/scripts/glossaries')
-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 |