source:
trunk/essentials/sys-apps/texinfo/makeinfo/tests/top
Last change on this file was 2617, checked in by , 20 years ago | |
---|---|
File size: 292 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | # Test that a top node can be ignored. |
3 | |
4 | unset TEXINFO_OUTPUT |
5 | : ${srcdir=.} |
6 | ../makeinfo $srcdir/top.txi || exit 1 |
7 | |
8 | # Expected warnings due to use of @ifinfo instead of @ifnottex. |
9 | ../makeinfo --no-split --no-warn --html $srcdir/top.txi -o top.html || exit 1 |
10 | |
11 | rm -f top*.html top.info |
Note:
See TracBrowser
for help on using the repository browser.