source:
trunk/essentials/sys-apps/texinfo/makeinfo/tests/copying
Last change on this file was 2617, checked in by , 19 years ago | |
---|---|
File size: 392 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | # $Id: copying,v 1.2 2004/04/20 13:26:00 karl Exp $ |
3 | # Test @copying. The configure script for tramp uses this to make sure |
4 | # the makeinfo that is present supports @copying. |
5 | |
6 | unset TEXINFO_OUTPUT LANG LANGUAGE |
7 | LC_ALL=POSIX; export LC_ALL |
8 | : ${srcdir=.} |
9 | |
10 | ../makeinfo -o copying.out $srcdir/copying.txi || exit 1 |
11 | fgrep 'produced by' copying.out >/dev/null || exit 2 |
12 | |
13 | rm -f copying.out |
Note:
See TracBrowser
for help on using the repository browser.