diff options
author | Karl Berry <karl@freefriends.org> | 2019-11-02 21:05:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-11-02 21:05:54 +0000 |
commit | cd516af31cb2636de100df528f2fc0f98e99c73c (patch) | |
tree | 0fd202f2708346154445e3b4fbedbcf13e299221 /Build | |
parent | a6533ee0e9b4a659454300277fc787a14d44afd6 (diff) |
tex4ebook (2nov19)
git-svn-id: svn://tug.org/texlive/trunk@52616 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/tex4ebook/tex4ebook | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/tex4ebook/tex4ebook b/Build/source/texk/texlive/linked_scripts/tex4ebook/tex4ebook index 731607fc5b4..ebd7485c2d1 100755 --- a/Build/source/texk/texlive/linked_scripts/tex4ebook/tex4ebook +++ b/Build/source/texk/texlive/linked_scripts/tex4ebook/tex4ebook @@ -67,7 +67,7 @@ else end if args.version then - print "tex4ebook v0.3" + print "tex4ebook v0.3a" return end @@ -180,7 +180,7 @@ params["config_file"] = config_file if output_formats[output_format] then - executor=require("exec_"..output_format) + executor=require("tex4ebook-exec_"..output_format) params=executor.prepare(params) if #extensions > 0 then params = ebookutils.extensions_prepare_parameters(extensions,params) |