xref: /netbsd-src/external/gpl2/texinfo/dist/makeinfo/tests/html-min (revision 782713e6c126f1866c6d9cfdee4ceb49483b5828)
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
5exit_status=$?
6
7rm -f html-min.html
8exit $exit_status
9