case $CONFIG in '') if test -f config.sh; then TOP=.; elif test -f ../config.sh; then TOP=..; elif test -f ../../config.sh; then TOP=../..; elif test -f ../../../config.sh; then TOP=../../..; elif test -f ../../../../config.sh; then TOP=../../../..; else echo "Can't find config.sh."; exit 1 fi . $TOP/config.sh ;; esac case "$0" in */*) cd `expr X$0 : 'X\(.*\)/'` ;; esac echo "Extracting mcon/man/metaxref.$manext (with variable substitutions)" $rm -f metaxref.$manext $spitshell >metaxref.$manext < .SH FILES .TP 10 .PD 0 LIB/dist/mcon/U/*.U Public unit files. .TP U/*.U Private unit files .TP I.fui Lists information sorted by file, unit and item. .TP I.uif Lists information sorted by unit, item and file. .TP Obsolete Lists all the obsolete symbols used by the sources. .PD .sp .in +5 where LIB is $privlibexp. .in -5 .SH BUGS Metaxref will list among the wanted items all those magic symbols defined within units on the ?M: lines. Those are relevant only when metaconfig is invoked with the \fB\-M\fR option. .SH "SEE ALSO" metaconfig($manext), metalint($manext) !GROK!THIS! chmod 444 metaxref.$manext