diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 2000-11-17 21:41:36 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-18 17:16:13 +0000 |
commit | ef2e881ac96451bc4cbb195ededc1c16628c0d4a (patch) | |
tree | 2246a96b9eea485a646f146ac04f6f3401fccd4f /emacs | |
parent | 8d97e4a1b28ec06b166f2836758b61a63986f06f (diff) | |
download | perl-ef2e881ac96451bc4cbb195ededc1c16628c0d4a.tar.gz |
etags broken again
Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@7738
Diffstat (limited to 'emacs')
-rwxr-xr-x | emacs/ptags | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/ptags b/emacs/ptags index 54770a0a14..1054ac11de 100755 --- a/emacs/ptags +++ b/emacs/ptags @@ -21,7 +21,7 @@ if test ! -z "$OS2_SHELL"; then alias find=gnufind; fi # Move autogenerated less-informative files to the end: # Hard to do embed.h and embedvar.h in one sweep: -topfiles="`echo ' ' *.y *.c *.h ' ' | sed 's/ / /g' | sed 's/ embedvar\.h\|embed\.h\|obj\(pp\|XSUB\)\.h\|\(globals\|perlapi\)\.c / /g'`" +topfiles="`echo ' ' *.y *.c *.h ' ' | sed 's/ / /g' | sed 's/ embedvar\.h\|embed\.h\|perlapi\.h\|obj\(pp\|XSUB\)\.h\|\(globals\|perlapi\)\.c / /g'`" subdirs="`find ./* -maxdepth 0 -type d`" subdirfiles="`find $subdirs -name '*.[cy]' -print | sort`" subdirfiles1="`find $subdirs -name '*.[hH]' -print | sort`" @@ -99,7 +99,7 @@ perl -w014pe 'if (s/^(S_ # 1: First group }' TAGS.tmp > TAGS.tm1 && mv TAGS.tm1 TAGS.tmp etags -o TAGS.tmp -a -D -l none -r '/#define.*\t\(Perl_.*\)/\1/' embed.h -etags -o TAGS.tmp -a globals.c embedvar.h objXSUB.h perlapi.c +etags -o TAGS.tmp -a globals.c embedvar.h objXSUB.h perlapi.c perlapi.h # The above processes created a lot of descriptions with an # an explicitly specified tag. Such descriptions have higher |