Files
netbsd/gnu/dist/texinfo/makeinfo/tests/html-para
2013-04-06 16:48:33 +02: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