head	1.2;
access;
symbols
	SUPPORT:1.1.1.1
	PG95-DIST:1.1.1;
locks; strict;
comment	@# @;


1.2
date	96.10.03.17.27.48;	author momjian;	state dead;
branches;
next	1.1;

1.1
date	96.08.18.22.14.15;	author scrappy;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	96.08.18.22.14.15;	author scrappy;	state Exp;
branches;
next	;


desc
@@


1.2
log
@MOved them.
@
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.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Support Docs & Contrib
@
text
@@
