diff options
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 |