Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / texinfo / makeinfo / tests / defxcond
blobe48986785d7e333dfe9e479bc7727976dc5181fe
1 #!/bin/sh
2 # Test conditionalized @deffnx.
3 # Report from: Akim Demaille <akim@epita.fr>, 14 Aug 2003 12:10:37 +0200.
5 unset TEXINFO_OUTPUT
6 : ${srcdir=.}
8 test=defxcond
10 ../makeinfo -Dbar -o $test.out $srcdir/$test.txi || exit 1
11 grep ' -- bar:' $test.out >/dev/null || exit 2
13 ../makeinfo -Ubar -o $test.out $srcdir/$test.txi || exit 3
14 grep ' -- bar:' $test.out >/dev/null && exit 4
16 rm -f $test.out