diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-08-14 21:46:06 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-08-14 21:46:06 +0000 |
commit | bcfee626b0241ad53e909d03ac4c31d4a9ce18c6 (patch) | |
tree | 984d399fbaa7bed3013a83c9c43625132d5051fd | |
parent | 37dc8031ea27a00e421ef1f4381a4a3233329c18 (diff) | |
download | drakx-bcfee626b0241ad53e909d03ac4c31d4a9ce18c6.tar drakx-bcfee626b0241ad53e909d03ac4c31d4a9ce18c6.tar.gz drakx-bcfee626b0241ad53e909d03ac4c31d4a9ce18c6.tar.bz2 drakx-bcfee626b0241ad53e909d03ac4c31d4a9ce18c6.tar.xz drakx-bcfee626b0241ad53e909d03ac4c31d4a9ce18c6.zip |
(TAGS): add MDK/Common files
-rw-r--r-- | perl-install/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 8d39f3141..b872c7de1 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -8,7 +8,7 @@ MOFILES = $(POFILES:%.po=%.mo) all: TAGS $(DIRS) TAGS: $(PMS) - etags -o - $^ | ./perl2etags > $@ + etags -o - $^ /usr/lib/perl5/site_perl/*/MDK/Common/*.pm | ./perl2etags > $@ clean: for i in $(DIRS); do $(MAKE) -C $$i clean; done |