top 399 B

123456789101112131415
  1. #!/bin/sh
  2. # $Id: top,v 1.3 2010-12-04 00:05:54 karl Exp $
  3. # Public domain. Test that a top node can be ignored.
  4. unset TEXINFO_OUTPUT LANG LANGUAGE
  5. LC_ALL=POSIX; export LC_ALL
  6. : ${srcdir=.}
  7. ../makeinfo $srcdir/top.txi || exit 1
  8. # Expected warnings due to use of @ifinfo instead of @ifnottex.
  9. ../makeinfo --no-split --no-warn --html $srcdir/top.txi -o top.html || exit 1
  10. rm -f top*.html top.info