source:
trunk/texinfo/makeinfo/tests/html-min@
3003
Last change on this file since 3003 was 2617, checked in by , 19 years ago | |
---|---|
File size: 181 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | # Test that a minimal Texinfo file can be converted to HTML. |
3 | |
4 | ../makeinfo --html --no-split ${srcdir-.}/html-min.txi |
5 | exit_status=$? |
6 | |
7 | rm -f html-min.html |
8 | exit $exit_status |
Note:
See TracBrowser
for help on using the repository browser.