summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/m-tx/buildzip.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/m-tx/buildzip.lua')
-rwxr-xr-xMaster/texmf-dist/doc/generic/m-tx/buildzip.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/m-tx/buildzip.lua b/Master/texmf-dist/doc/generic/m-tx/buildzip.lua
new file mode 100755
index 00000000000..8d9c036c842
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/m-tx/buildzip.lua
@@ -0,0 +1,3 @@
+os.execute ("zip mtxD" ..
+ io.open"mtxdoc.ltx":read"*a":match"versionname{(.-)}":gsub("%.","")
+ .. " " .. table.concat(arg," "))