NetBSD/gnu/dist/texinfo/makeinfo/tests/html-para
2003-01-17 14:54:14 +00:00

9 lines
172 B
Bash
Executable File

#!/bin/sh
# Test that paragraph beginnings in HTML work ok.
../makeinfo --no-split --html ${srcdir-.}/html-para.txi
exit_status=$?
rm -f html-para.html
exit $exit_status