diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-05 00:52:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-05 00:52:47 +0000 |
commit | 13b9420ace0b95eaf7d2015b8fa22e4cd244ba3c (patch) | |
tree | dfc5722c84230ef4045c692d337a2f967565c7d3 /Master/texmf-dist/scripts | |
parent | 4ffa903a186d0ed2bf071a2bbe6f0da0926e4350 (diff) |
lwarp (4mar20)
git-svn-id: svn://tug.org/texlive/trunk@54095 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-x | Master/texmf-dist/scripts/lwarp/lwarpmk.lua | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/lwarp/lwarpmk.lua b/Master/texmf-dist/scripts/lwarp/lwarpmk.lua index afa450930af..a862d7f8bb1 100755 --- a/Master/texmf-dist/scripts/lwarp/lwarpmk.lua +++ b/Master/texmf-dist/scripts/lwarp/lwarpmk.lua @@ -2,7 +2,7 @@ -- Copyright 2016-2020 Brian Dunn -printversion = "v0.80" +printversion = "v0.81" requiredconfversion = "2" -- also at *lwarpmk.conf function printhelp () @@ -228,7 +228,9 @@ if sourcename=="lwarp" then print ("lwarpmk: ===") print ("lwarpmk: lwarp.sty has recently been recompiled in this directory,") print ("lwarpmk: and \"lwarpmk.conf\" is no longer set for your own project.") - print ("lwarpmk: Recompile your own project using pdf/lua/xelatex <projectname>.") + print ("lwarpmk: (Perhaps you are not in your project's directory?)") + print ("lwarpmk: In your project directory, recompile your project") + print ("lwarpmk: using pdf/lua/xelatex <projectname>.") print ("lwarpmk: After a recompile, \"lwarpmk.conf\" will be set for your project,") print ("lwarpmk: and you may again use lwarpmk.") print ("lwarpmk: ===") |