

This is a port of the GNU tags maker for emacs to DOS for djgpp/demacs.
Full filename globbing is supported (etags *.[ch]). Please read the
source for incompatabilities.

To use, simply put etags.exe and go32.exe in a directory in your path.

No makefile is included. To rebuild do the following:

   >gcc -O -c glob.c
   >gcc -O -c etags.c
   >gcc -o etags etags.o glob.o
   >aout2exe etags

Thats all folks!

      -d.clifton

