diff options
author | Karl Berry <karl@freefriends.org> | 2015-09-25 23:14:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-09-25 23:14:06 +0000 |
commit | cda0d28e6e36d691ee107b39a64ebfca1f22ba6d (patch) | |
tree | e496f6a2efd6d6e5636dd330d7cdea4481279539 /Build/source/texk | |
parent | 3b7cf30fa31187f5d624753e77da7864f97f309b (diff) |
tex4ebook (25sep15)
git-svn-id: svn://tug.org/texlive/trunk@38463 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/tex4ebook/tex4ebook | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/tex4ebook/tex4ebook b/Build/source/texk/texlive/linked_scripts/tex4ebook/tex4ebook index c43bc330583..7c677b00d56 100755 --- a/Build/source/texk/texlive/linked_scripts/tex4ebook/tex4ebook +++ b/Build/source/texk/texlive/linked_scripts/tex4ebook/tex4ebook @@ -1,4 +1,7 @@ #!/usr/bin/env texlua +-- Package tex4ebook. Author Michal Hoftich <michal.h21@gmail.com> +-- This package is subject of LPPL license, version 1.3 +-- kpse.set_program_name("luatex") require("lapp-mk4") -- require("ebookutils") |