NetBSD/gnu/dist/texinfo/makeinfo/tests/html-para

9 lines
172 B
Plaintext
Raw Normal View History

2001-07-25 20:20:30 +04:00
#!/bin/sh
# Test that paragraph beginnings in HTML work ok.
2003-01-17 17:54:14 +03:00
../makeinfo --no-split --html ${srcdir-.}/html-para.txi
2001-07-25 20:20:30 +04:00
exit_status=$?
rm -f html-para.html
exit $exit_status