9 lines
172 B
Bash
Executable File
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
|