diff options
author | Perl 5 Porters <perl5-porters.nicoh.com> | 1996-01-05 01:14:30 +0000 |
---|---|---|
committer | Andy Dougherty <doughera.lafayette.edu> | 1996-01-05 01:14:30 +0000 |
commit | b59e3c8c16148102abaa610a4415d82ccf3208b7 (patch) | |
tree | 8dff9736e1965353b34957361df955c88de24442 /pod/Makefile | |
parent | 1a30305be1ac5b805a69540aecf7d89bc492b5d7 (diff) | |
download | perl-b59e3c8c16148102abaa610a4415d82ccf3208b7.tar.gz |
Use PERL=../miniperl
Diffstat (limited to 'pod/Makefile')
-rw-r--r-- | pod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/Makefile b/pod/Makefile index 4cb3b7bbe7..810dd9ea85 100644 --- a/pod/Makefile +++ b/pod/Makefile @@ -1,7 +1,7 @@ CONVERTERS = pod2html pod2latex pod2man all: $(CONVERTERS) man -PERL = perl +PERL = ../miniperl POD = \ perl.pod \ |