xref: /netbsd-src/external/gpl2/texinfo/dist/makeinfo/tests/html-min (revision 29619d2afe564e54d657b83e5a3ae89584f83720)
1*29619d2aSchristos#!/bin/sh
2*29619d2aSchristos# Test that a minimal Texinfo file can be converted to HTML.
3*29619d2aSchristos
4*29619d2aSchristos../makeinfo --html --no-split ${srcdir-.}/html-min.txi
5*29619d2aSchristosexit_status=$?
6*29619d2aSchristos
7*29619d2aSchristosrm -f html-min.html
8*29619d2aSchristosexit $exit_status
9