diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-03-26 20:53:18 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-03-26 20:53:18 +0000 |
commit | 83cd6e83f6f67657e252f6e633e259439425d98a (patch) | |
tree | eefc2e672f5c8be694470e358941a365c14cd15d /win32 | |
parent | 2bfebb05254892652f733fc551f48a5af59574b8 (diff) | |
download | perl-83cd6e83f6f67657e252f6e633e259439425d98a.tar.gz |
Win32 counterpart of change #19065
p4raw-link: @19065 on //depot/perl: ce28de53280045efd40d128c35482d809354e666
p4raw-id: //depot/perl@19068
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 3 | ||||
-rw-r--r-- | win32/makefile.mk | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile index bba77a92cf..fcc7bb9aa8 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -454,6 +454,7 @@ UTILS = \ ..\utils\libnetcfg \ ..\utils\enc2xs \ ..\utils\piconv \ + ..\utils\cpan \ ..\pod\checkpods \ ..\pod\pod2html \ ..\pod\pod2latex \ @@ -1049,7 +1050,7 @@ distclean: clean podchecker podselect cd ..\utils -del /f h2ph splain perlbug pl2pm c2ph pstruct h2xs perldoc perlivp \ - dprofpp perlcc libnetcfg enc2xs piconv + dprofpp perlcc libnetcfg enc2xs piconv cpan -del /f *.bat cd ..\win32 cd ..\x2p diff --git a/win32/makefile.mk b/win32/makefile.mk index 952894d871..c7d9fb9478 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -591,6 +591,7 @@ UTILS = \ ..\utils\libnetcfg \ ..\utils\enc2xs \ ..\utils\piconv \ + ..\utils\cpan \ ..\pod\checkpods \ ..\pod\pod2html \ ..\pod\pod2latex \ @@ -1191,7 +1192,7 @@ distclean: clean perlwin32.pod pod2html pod2latex pod2man pod2text pod2usage \ podchecker podselect -cd ..\utils && del /f h2ph splain perlbug pl2pm c2ph pstruct h2xs \ - perldoc perlivp dprofpp perlcc libnetcfg enc2xs piconv *.bat + perldoc perlivp dprofpp perlcc libnetcfg enc2xs piconv cpan *.bat -cd ..\x2p && del /f find2perl s2p psed *.bat -del /f ..\config.sh ..\splittree.pl perlmain.c dlutils.c config.h.new -del /f $(CONFIGPM) |