source:
trunk/essentials/sys-apps/texinfo/makeinfo/tests/html-docdesc
Last change on this file was 2617, checked in by , 19 years ago | |
---|---|
File size: 271 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | # Test that @documentdescription works. |
3 | |
4 | if ../makeinfo --html --no-split ${srcdir-.}/html-docdesc.txi; then |
5 | grep 'explicit document description' html-docdesc.html >/dev/null |
6 | exit_status=$? |
7 | else |
8 | exit_status=1 |
9 | fi |
10 | |
11 | rm -f html-docdesc.html |
12 | exit $exit_status |
Note:
See TracBrowser
for help on using the repository browser.