From 5c36f62652b0995b0bfdb6299979b72fd3223d6b Mon Sep 17 00:00:00 2001 From: Andy Lester Date: Thu, 12 May 2005 06:40:52 -0500 Subject: [PATCH] Add a Makefile target for ctags Message-ID: <20050512164052.GA30287@petdance.com> p4raw-id: //depot/perl@24511 --- Makefile.SH | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.SH b/Makefile.SH index 70c3d6c..7026bc6 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -1273,14 +1273,15 @@ etags: TAGS TAGS: emacs/cperl-mode.elc sh emacs/ptags -ctags: tags - # Let's hope make will not go into an infinite loop on case-unsensitive systems # This may also fail if . is in the head of the path, since perl will # require -Ilib tags: TAGS perl emacs/e2ctags.pl TAGS > tags +ctags: + ctags -f Tags --totals --languages=c *.c *.h + # AUTOMATICALLY GENERATED MAKE DEPENDENCIES--PUT NOTHING BELOW THIS LINE # If this runs make out of memory, delete /usr/include lines. !NO!SUBS! -- 2.7.4