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-top
blob
038404a49d17df7dbb0e39e4026e13d31e351e61
1
#!/bin/sh
2
# Test that a bare top node does not crash with --html.
3
4
:
${srcdir=.}
5
6
# But this input file is erroneous, so throw away errors.
7
..
/
makeinfo
--no-split --force -o
html-top.html
--html
$srcdir
/
html-top.txi \
8
2
>/
dev
/
null
9
test -s
html-top.html
10
exit_status
=
$?
11
12
rm
-f
html-top.html
13
exit
$exit_status