From 4abcf490c551a242a6b4fc9d56b3f887f6263355 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 2 Jun 2002 21:37:26 +0000 Subject: [PATCH] Allow pod2man 5.005p3 to work with our current sources. --- src/interfaces/perl5/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces/perl5/GNUmakefile b/src/interfaces/perl5/GNUmakefile index 017c1163c1..29faa73a47 100644 --- a/src/interfaces/perl5/GNUmakefile +++ b/src/interfaces/perl5/GNUmakefile @@ -53,7 +53,7 @@ Pg.bs: touch $@ Pg.$(perl_man3ext): Pg.pm - $(POD2MAN) $< $@ + $(POD2MAN) --section=$(perl_man3ext) $< > Pg.$(perl_man3ext) # During install, we must guard against the likelihood that we don't -- 2.39.5