diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-20 02:51:35 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-20 02:51:35 +0000 |
commit | 4a71ed0cc11f5be9a856b29b19af5c91a1bd76cb (patch) | |
tree | 4e2cf40072670123aba9241dc00da44524344a41 /pod/Makefile | |
parent | 123cbbb40bdf4c0f28d1cc119d97667f70f299f3 (diff) | |
download | perl-4a71ed0cc11f5be9a856b29b19af5c91a1bd76cb.tar.gz |
cleanup installation of utilities on win32
p4raw-id: //depot/perl@1159
Diffstat (limited to 'pod/Makefile')
-rw-r--r-- | pod/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pod/Makefile b/pod/Makefile index 16f90a1891..785f9775dd 100644 --- a/pod/Makefile +++ b/pod/Makefile @@ -8,6 +8,8 @@ POD2HTML = pod2html \ all: $(CONVERTERS) man +converters: $(CONVERTERS) + PERL = ../miniperl REALPERL = ../perl |