Lines Matching refs:SKELETON
4 # and (optionally) a skeleton file. The output will be suitable for a
5 # top-level dir file. The skeleton file contains info topic names in the
13 # skeleton file, it goes through the remaining files in the directory
26 SKELETON=$2
28 SKELETON=/dev/null
34 echo usage: $0 info-directory [ skeleton-file ] 1>&2
73 ### go through the list of files in the skeleton. If an info file
78 ### additional files remain (ones that don't have a skeleton entry),
85 lines=`wc $SKELETON | awk '{print $1}'`
90 fileline=`awk NR==$line $SKELETON`