summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-05-20 09:20:02 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-05-20 09:20:02 +0000
commit12eef879bc24532fac497fa1a394cd76ee58032f (patch)
tree1baeb980c65ad178acf6eb65b8022ada2ed365f4 /Master/texmf-dist
parente1245f857bee053472193412e71e531a619afcb3 (diff)
Sync Master<=>Build
git-svn-id: svn://tug.org/texlive/trunk@22546 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rwxr-xr-xMaster/texmf-dist/scripts/tex4ht/mk4ht.pl16
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/scripts/tex4ht/mk4ht.pl b/Master/texmf-dist/scripts/tex4ht/mk4ht.pl
index 67e2070bf7d..cf068ed1fd1 100755
--- a/Master/texmf-dist/scripts/tex4ht/mk4ht.pl
+++ b/Master/texmf-dist/scripts/tex4ht/mk4ht.pl
@@ -1,8 +1,8 @@
#!/usr/bin/env perl
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-# mk4ht 2008-06-28-19:09 %
-# Copyright (C) 2003--2008 Eitan M. Gurari %
-# %
+# mk4ht Version 1.1 %
+# Copyright (C) 2003--2009 Eitan M. Gurari %
+# Copyright 2009 TeX Users Group %
# %
# This work may be distributed and/or modified under the %
# conditions of the LaTeX Project Public License, either %
@@ -15,11 +15,11 @@
# %
# This work has the LPPL maintenance status "maintained".%
# %
-# This Current Maintainer of this work %
-# is Eitan M. Gurari. %
+# The Current Maintainer of this work %
+# is the TeX4ht Project. %
# %
-# gurari@cse.ohio-state.edu %
-# http://www.cse.ohio-state.edu/~gurari %
+# tex4ht@tug.org %
+# http://www.tug.org/tex4ht %
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
use strict;
@@ -216,7 +216,7 @@ print " clean.htlatex lg tmp\n";
}
-print "mk4ht (2008-06-28-19:09)\n";
+print "mk4ht (Version 1.1)\n";
if( !@ARGV ){
print "improper command\n";
showInstrucions(); exit(1);