Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / texinfo / makeinfo / tests / html-min
blob948071a9917f11c97887a917d43ae6d71a1a4a55
1 #!/bin/sh
2 # Test that a minimal Texinfo file can be converted to HTML.
4 ../makeinfo --html --no-split ${srcdir-.}/html-min.txi
5 exit_status=$?
7 rm -f html-min.html
8 exit $exit_status