xref: /netbsd-src/external/gpl2/texinfo/dist/makeinfo/tests/html-para (revision 6881a4007f077b54e5f51159c52b9b25f57deb0d)
1#!/bin/sh
2# Test that paragraph beginnings in HTML work ok.
3
4../makeinfo --no-split --html ${srcdir-.}/html-para.txi
5exit_status=$?
6
7rm -f html-para.html
8exit $exit_status
9