diff options
author | Karl Berry <karl@freefriends.org> | 2009-01-25 01:57:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-01-25 01:57:18 +0000 |
commit | af944c3e4ba74f59f21178c8477fdea4b682ef2b (patch) | |
tree | afa6af46a5179bdbd38a05fa7d63b2ff8ae32516 /Build/source/utils/texinfo/makeinfo/tests/copying | |
parent | 0cea5be7570fb0ddc3d28e6bb8371809e04ca2ae (diff) |
remove texinfo
git-svn-id: svn://tug.org/texlive/trunk@11963 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/texinfo/makeinfo/tests/copying')
-rwxr-xr-x | Build/source/utils/texinfo/makeinfo/tests/copying | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Build/source/utils/texinfo/makeinfo/tests/copying b/Build/source/utils/texinfo/makeinfo/tests/copying deleted file mode 100755 index 4a033f0e56e..00000000000 --- a/Build/source/utils/texinfo/makeinfo/tests/copying +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# $Id: copying,v 1.4 2007/07/01 18:38:52 karl Exp $ -# Test @copying. The configure script for tramp uses this to make sure -# the makeinfo that is present supports @copying. - -unset TEXINFO_OUTPUT LANG LANGUAGE -LC_ALL=POSIX; export LC_ALL -: ${srcdir=.} - -../makeinfo -o copying.out $srcdir/copying.txi || exit 1 -fgrep 'produced by' copying.out >/dev/null || exit 2 - -rm -f copying.out |