File: node-expand

package info (click to toggle)
texinfo 4.7-2.2sarge2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 8,300 kB
  • ctags: 4,391
  • sloc: ansic: 46,392; sh: 6,029; perl: 715; makefile: 636; awk: 451; yacc: 288; lisp: 213; sed: 54
file content (12 lines) | stat: -rwxr-xr-x 230 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
# Test command expansion in node names.

unset TEXINFO_OUTPUT
: ${srcdir=.}

../makeinfo --commands-in-node-names $srcdir/node-expand.txi
test -s node-expand.info
exit_status=$?

rm -f node-expand.info
exit $exit_status