diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 1997-11-21 10:02:09 -0500 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-11-25 12:23:50 +0000 |
commit | 3ee700d1417d4c874074ae89df62860d55ace0cc (patch) | |
tree | 2a31cc8e0ba9b3d73d12320997b414e17eecc1db /Makefile.SH | |
parent | 54b9620dd49f76536ba0792f6f471615a414bd6a (diff) | |
download | perl-3ee700d1417d4c874074ae89df62860d55ace0cc.tar.gz |
Emacs/tags update:
Subject: Emacs/tags update for 5.004_54
p4raw-id: //depot/perl@287
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 fb6974196a..2e90be0d73 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -557,6 +557,9 @@ Makefile: Makefile.SH ./config.sh distcheck: FORCE perl '-MExtUtils::Manifest=&fullcheck' -e 'fullcheck()' +etags: + sh emacs/ptags + # AUTOMATICALLY GENERATED MAKE DEPENDENCIES--PUT NOTHING BELOW THIS LINE # If this runs make out of memory, delete /usr/include lines. !NO!SUBS! |