diff options
Diffstat (limited to 'Build/source/texk/dtl/dtl.test')
-rwxr-xr-x | Build/source/texk/dtl/dtl.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/texk/dtl/dtl.test b/Build/source/texk/dtl/dtl.test index c1e8ea88975..2e7c2ad5e4e 100755 --- a/Build/source/texk/dtl/dtl.test +++ b/Build/source/texk/dtl/dtl.test @@ -1,5 +1,8 @@ #! /bin/sh +# Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org> +# You may freely use, modify and/or distribute this file. + ./dt2dv $srcdir/edited.txt testfile.dvi || exit 1 ./dv2dt testfile.dvi testfile.dtl || exit 1 |