[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Document language
From: |
Akim Demaille |
Subject: |
Document language |
Date: |
Tue, 20 Apr 2004 14:13:59 +0200 |
User-agent: |
Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) |
The fact that Texinfo relies on LC_* for documents causes the test
suite to fail on my machine. The test suite should probably unset
LC_* before being run.
texinfo/makeinfo/tests % sh -x ./copying nostromo Err 2
+ unset TEXINFO_OUTPUT
+ : .
+ ../makeinfo -o copying.out ./copying.txi
+ fgrep 'produced by' copying.out
+ exit 2
texinfo/makeinfo/tests % cat copying.txi nostromo Err 2
\input texinfo @c -*-texinfo-*-
@copying
@end copying
@bye
texinfo/makeinfo/tests % cat copying.out nostromo 14:11
Ceci est le fichier Info copying.out, produit par Makeinfo version 4.7
à partir ./copying.txi.
- Document language,
Akim Demaille <=