head	1.5;
access;
symbols
	REL2_0B:1.4.0.2
	REL2_0:1.4;
locks; strict;
comment	@# @;


1.5
date	97.09.08.04.13.22;	author momjian;	state dead;
branches;
next	1.4;

1.4
date	96.10.08.04.09.50;	author momjian;	state Exp;
branches;
next	1.3;

1.3
date	96.10.08.04.04.38;	author momjian;	state dead;
branches;
next	1.2;

1.2
date	96.10.08.03.53.10;	author momjian;	state Exp;
branches;
next	1.1;

1.1
date	96.10.03.17.26.12;	author momjian;	state Exp;
branches;
next	;


desc
@@


1.5
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 ctags -t -a -f tags
sort tags >/tmp/$$ && mv /tmp/$$ tags

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


1.4
log
@Add execute permission.
@
text
@@


1.3
log
@Add execute permits.
@
text
@d10 1
a10 1
done 
@


1.2
log
@Add execute permission.
@
text
@@


1.1
log
@Moved them.
@
text
@d10 1
a10 1
done
@
