1#!/bin/sh 2# Test that a top node can be ignored. 3 4: ${srcdir=.} 5../makeinfo $srcdir/top.txi || exit 1 6 7# Expected warnings due to use of @ifinfo instead of @ifnottex. 8../makeinfo --no-split --no-warn --html $srcdir/top.txi -o top.html || exit 1 9 10rm -f top*.html top.info 11