diff options
author | Karl Berry <karl@freefriends.org> | 2019-01-10 22:21:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-01-10 22:21:14 +0000 |
commit | 8368bb1a1e80c128b441a121a8fda08f0e32d5ae (patch) | |
tree | fb96d623f66cd3bd555c48c0874af9c5ec85fc07 /Build/source | |
parent | 59da7b9e7d480f0bc7e89000998103cd707436e7 (diff) |
make4ht (10jan19)
git-svn-id: svn://tug.org/texlive/trunk@49664 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/make4ht/make4ht | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/make4ht/make4ht b/Build/source/texk/texlive/linked_scripts/make4ht/make4ht index c72fe69ece2..1d558e59579 100755 --- a/Build/source/texk/texlive/linked_scripts/make4ht/make4ht +++ b/Build/source/texk/texlive/linked_scripts/make4ht/make4ht @@ -27,7 +27,7 @@ make4ht [options] filename ["tex4ht.sty op." "tex4ht op." "t4ht op" "latex op"] -- set version number. the template should be replaced by the -- actual version number by the build script -local version = "v0.2c" +local version = "v0.2d" mkparams.version_number = version local args = mkparams.get_args() @@ -38,7 +38,7 @@ local mode = parameters.mode local build_file = parameters.build_file -- handle output formats -local allowed_output_formats = {xhtml = true, html5=true, odt = true} +local allowed_output_formats = {xhtml = true, html5=true, odt = true, docbook=true, tei=true} -- formatter is Lua library which must provide at least prepare_parameters -- and process_build_sequence functions local formatter |