diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2007-01-11 15:24:08 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2007-01-11 15:24:08 +0000 |
commit | c344037774148cf79951ace910fb462d6e4f3115 (patch) | |
tree | 0af40f82fcdf6bf2b8e5d817535353c78ccfa84d /Master/bin/i386-darwin/mk4ht | |
parent | 1ef95e50e795b81305e268309b671877fe6525e2 (diff) |
fresh i386-darwin binaries from src rev.3340
git-svn-id: svn://tug.org/texlive/trunk@3341 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/i386-darwin/mk4ht')
-rwxr-xr-x | Master/bin/i386-darwin/mk4ht | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/bin/i386-darwin/mk4ht b/Master/bin/i386-darwin/mk4ht index 0f4b664506c..2bd1f7e2038 100755 --- a/Master/bin/i386-darwin/mk4ht +++ b/Master/bin/i386-darwin/mk4ht @@ -1,7 +1,7 @@ #!/usr/bin/env perl #%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -# mk4ht 2006-08-28-20:45 % -# Copyright (C) 2003--2006 Eitan M. Gurari % +# mk4ht 2007-01-04-01:34 % +# Copyright (C) 2003--2007 Eitan M. Gurari % # % # % # This work may be distributed and/or modified under the % @@ -58,6 +58,10 @@ my @options = ( "js", "jstex", "tex", "xhtml,jsml", " -cjsmlhtf", "-cjsml", "js", "jstexi", "texi", "xhtml,jsml", " -cjsmlhtf", "-cjsml", "js", "jscontext", "context", "xhtml,jsml", " -cjsmlhtf", "-cjsml", + "jm", "jmlatex", "latex", "xhtml,jsmath", " -cmozhtf", "", + "jm", "jmtex", "tex", "xhtml,jsmath", " -cmozhtf", "", + "jm", "jmtexi", "texi", "xhtml,jsmath", " -cmozhtf", "", + "jm", "jmcontext", "context", "xhtml,jsmath", " -cmozhtf", "", "tei", "teilatex", "latex", "xhtml,tei", " -cunihtf", "-cvalidate", "tei", "teitex", "tex", "xhtml,tei", " -cunihtf", "-cvalidate", "tei", "teitexi", "texi", "xhtml,tei", " -cunihtf", "-cvalidate", @@ -178,7 +182,7 @@ print " clean.htlatex lg tmp\n"; } -print "mk4ht (2006-08-28-20:45)\n"; +print "mk4ht (2007-01-04-01:34)\n"; if( !@ARGV ){ print "improper command\n"; showInstrucions(); exit(1); |