From e348edd2aaef8a09f6f94fe3c48d99b18024180d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 14 Apr 1998 16:10:30 +0000 Subject: New file. Copied from Avenger. --- doc/tools/src2html1.4a/ctags-wr | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/tools/src2html1.4a/ctags-wr (limited to 'doc/tools') diff --git a/doc/tools/src2html1.4a/ctags-wr b/doc/tools/src2html1.4a/ctags-wr new file mode 100644 index 0000000000..8aedfa5c80 --- /dev/null +++ b/doc/tools/src2html1.4a/ctags-wr @@ -0,0 +1,18 @@ +#! /bin/sh + +cfiles=`ls -1 $1/*.[ch] $1/*.inl 2>/dev/null | grep -v "/no-"` +adafiles=`ls -1 $1/*.ad[sb] 2>/dev/null` + +if [ "x${cfiles}" != x ] ; then + /avenger/afcc/textools/src2html/ctags-new -d -t -w -y ${cfiles} + #mv tags tags.c +fi + +if [ "x${adafiles}" != x ] ; then + /usr1/tmp/build/lib-src/ctags -d -t -x --no-warn ${adafiles} +fi +# cat tags +#mv tags tags.ada +# +#cat tags.c tags.ada +#rm -f tags.c tags.ada -- cgit v1.2.3