Skip to content

Commit 6bb3999

Browse files
committed
Allow pod2man 5.005p3 to work with our current sources.
1 parent bf886d5 commit 6bb3999

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/perl5/GNUmakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Header: /cvsroot/pgsql/src/interfaces/perl5/Attic/GNUmakefile,v 1.7 2002/05/28 16:57:53 petere Exp $
1+
# $Header: /cvsroot/pgsql/src/interfaces/perl5/Attic/GNUmakefile,v 1.8 2002/06/02 21:37:26 momjian Exp $
22

33
subdir = src/interfaces/perl5
44
top_builddir = ../../..
@@ -53,7 +53,7 @@ Pg.bs:
5353
touch $@
5454

5555
Pg.$(perl_man3ext): Pg.pm
56-
$(POD2MAN) $< $@
56+
$(POD2MAN) --section=$(perl_man3ext) $< > Pg.$(perl_man3ext)
5757

5858

5959
# During install, we must guard against the likelihood that we don't

0 commit comments

Comments
 (0)