1 #!/bin/sh 2 # Test that info.texi works with --no-headers (this includes node 3 # pointer defaulting). 4 5 unset TEXINFO_OUTPUT 6 : ${srcdir=.} 7 docdir=$srcdir/../../doc 8 9 ../makeinfo --no-headers -o /dev/null -I$docdir info.texi 10
Indexes created Mon Mar 02 05:31:46 UTC 2026