#! /usr/cs/bin/csh 

# This shell script can be used to make a TAGS file.
# RTG - created Feb 6, 1993

if (-e etc/makeTAGS) then
  echo "Making a tags file"
  etags */*.h */*.c */*.lisp */*akefile
else
  echo "Must be run from the tca directory."
endif
