diff options
author | Marius <mariausol@gmail.com> | 2011-07-14 17:20:13 +0300 |
---|---|---|
committer | Marius <mariausol@gmail.com> | 2011-07-14 17:20:13 +0300 |
commit | a8d0a863d99794b231e58c0e8945448c19bd6215 (patch) | |
tree | 2508b871392b699fd9d9c474229d79864a2a0d9f /scripts | |
parent | 06c7a7fdaac34512cdc3ff250dec5b1a7ab3052a (diff) | |
download | context-a8d0a863d99794b231e58c0e8945448c19bd6215.tar.gz |
beta 2011.07.14 16:09
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/context/lua/mtx-update.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/context/lua/mtx-update.lua b/scripts/context/lua/mtx-update.lua index 937fed21b..2b8c06f0a 100644 --- a/scripts/context/lua/mtx-update.lua +++ b/scripts/context/lua/mtx-update.lua @@ -508,8 +508,10 @@ function scripts.update.make() if not force then report("make, use --force to really make formats") end - scripts.update.run(format('mtxrun --tree="%s" --direct --resolve mktexlsr',texroot)) + + scripts.update.run(format('mtxrun --tree="%s" --direct --resolve mktexlsr',texroot)) -- needed for mpost scripts.update.run(format('mtxrun --tree="%s" --generate',texroot)) + report("make, done") end |