repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
texinfo
/
makeinfo
/
tests
/
html-para
blob
a9ea2b5a9bd51d75d0a0308e6cf0dab583fecf8f
1
#!/bin/sh
2
# Test that paragraph beginnings in HTML work ok.
3
4
..
/
makeinfo
--no-split --html
${srcdir-.}
/
html-para.txi
5
exit_status
=
$?
6
7
rm
-f
html-para.html
8
exit
$exit_status