diff options
author | Colin Kuskie <ckuskie@cadence.com> | 1999-01-20 08:29:35 -0800 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-12 12:55:11 +0000 |
commit | 01e22528c2c3f941ba946b303423dfa59ea39444 (patch) | |
tree | 8b495991d35106f48cc15a1971963df3b6ff2533 /Makefile.SH | |
parent | bf4b1e527fdf3e0133164c452edf2a3c4cdc8b41 (diff) | |
download | perl-01e22528c2c3f941ba946b303423dfa59ea39444.tar.gz |
script to generate ctags from etags
Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com>
Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make
p4raw-id: //depot/perl@2902
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH index 30e5447cb4..42377d3b3a 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -646,6 +646,9 @@ emacs/cperl-mode.elc: emacs/cperl-mode.el etags: emacs/cperl-mode.elc sh emacs/ptags + perl emacs/e2ctags.pl TAGS > tags + +ctags: etags # AUTOMATICALLY GENERATED MAKE DEPENDENCIES--PUT NOTHING BELOW THIS LINE # If this runs make out of memory, delete /usr/include lines. |