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-min
blob
948071a9917f11c97887a917d43ae6d71a1a4a55
1
#!/bin/sh
2
# Test that a minimal Texinfo file can be converted to HTML.
3
4
..
/
makeinfo
--html --no-split
${srcdir-.}
/
html-min.txi
5
exit_status
=
$?
6
7
rm
-f
html-min.html
8
exit
$exit_status