head	1.4;
access;
symbols
	REL2_0B:1.3.0.2
	REL2_0:1.3;
locks; strict;
comment	@# @;


1.4
date	97.09.08.04.13.23;	author momjian;	state dead;
branches;
next	1.3;

1.3
date	96.11.07.05.15.31;	author bryanh;	state Exp;
branches;
next	1.2;

1.2
date	96.11.07.05.10.17;	author bryanh;	state dead;
branches;
next	1.1;

1.1
date	96.11.03.09.03.30;	author bryanh;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Reorganize developers files.
@
text
@#!/bin/sh
trap "rm -f /tmp/$$" 0 1 2 3 15
rm -f ./TAGS
find `pwd`/ -type f -name '*.[chyl]' -print | \
  xargs etags --append --output=TAGS

find . -type d -print | \
while read DIR; do
  [ "$DIR" != "." ] && ln -f -s `pwd`/TAGS $DIR
done
@


1.3
log
@Try to fix mode.
@
text
@@


1.2
log
@Try to fix mode.
@
text
@@


1.1
log
@Create TAGS file for emacs.  Like MAKE_CTAGS for vi.
@
text
@@
