2001-07-25 20:20:30 +04:00
|
|
|
#!/bin/sh
|
|
|
|
# Test that a minimal Texinfo file can be converted to HTML.
|
|
|
|
|
2003-01-17 17:54:14 +03:00
|
|
|
../makeinfo --html --no-split ${srcdir-.}/html-min.txi
|
2001-07-25 20:20:30 +04:00
|
|
|
exit_status=$?
|
|
|
|
|
|
|
|
rm -f html-min.html
|
|
|
|
exit $exit_status
|