diff options
author | Vladimir Volovich <vvv@vsu.ru> | 2010-06-02 01:23:14 +0000 |
---|---|---|
committer | Vladimir Volovich <vvv@vsu.ru> | 2010-06-02 01:23:14 +0000 |
commit | 5038310a4084849c3d5dfc1005c7a88d06d74d1f (patch) | |
tree | 1bc6057a3836df173a1ecc0b65e69b5b49cecc57 /Master/bin/powerpc-aix/dvihp | |
parent | 1548b3949912183ba831cfd827700a3bf542d264 (diff) |
powerpc-aix test build for TL2010 (from r18657) [not built: asy]
git-svn-id: svn://tug.org/texlive/trunk@18689 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/powerpc-aix/dvihp')
-rwxr-xr-x | Master/bin/powerpc-aix/dvihp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/bin/powerpc-aix/dvihp b/Master/bin/powerpc-aix/dvihp index 6b149517086..fdaf3fb87bf 100755 --- a/Master/bin/powerpc-aix/dvihp +++ b/Master/bin/powerpc-aix/dvihp @@ -1,6 +1,7 @@ #!/bin/sh # $Id: dvihp,v 1.3 1996/12/03 19:53:56 karl Exp karl $ -# Run dvicopy, then dvilj[k]. kb@mail.tug.org, 1994. Public domain. +# Run dvicopy, then dvilj[k]. Originally written by Karl Berry. +# Public domain. # Try to accept arguments a la dvips, from Thomas Esser. : ${DVILJ=dvilj4} # the dvilj variant to run @@ -43,7 +44,7 @@ usage="Usage: `basename $0` [OPTIONS] [DVIFILE[.dvi]]. Other options are passed to the dvilj program. -Email bug reports to tex-k@mail.tug.org." +Email bug reports to tex-k@tug.org." if test $# -eq 0; then |