summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/m-tx/buildmtxdoc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/m-tx/buildmtxdoc.lua')
-rwxr-xr-xMaster/texmf-dist/doc/generic/m-tx/buildmtxdoc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/generic/m-tx/buildmtxdoc.lua b/Master/texmf-dist/doc/generic/m-tx/buildmtxdoc.lua
index 6d4cb2b6e35..c69dad23f91 100755
--- a/Master/texmf-dist/doc/generic/m-tx/buildmtxdoc.lua
+++ b/Master/texmf-dist/doc/generic/m-tx/buildmtxdoc.lua
@@ -40,7 +40,7 @@ local build_project = function(target)
if target == "mtxdoc" then
make_examples()
end
- sys("musixtex -q "..project[target])
+ sys("musixtex -q "..project[target])
end
-- Main program