We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf886d5 commit 6bb3999Copy full SHA for 6bb3999
src/interfaces/perl5/GNUmakefile
@@ -1,4 +1,4 @@
1
-# $Header: /cvsroot/pgsql/src/interfaces/perl5/Attic/GNUmakefile,v 1.7 2002/05/28 16:57:53 petere Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/perl5/Attic/GNUmakefile,v 1.8 2002/06/02 21:37:26 momjian Exp $
2
3
subdir = src/interfaces/perl5
4
top_builddir = ../../..
@@ -53,7 +53,7 @@ Pg.bs:
53
touch $@
54
55
Pg.$(perl_man3ext): Pg.pm
56
- $(POD2MAN) $< $@
+ $(POD2MAN) --section=$(perl_man3ext) $< > Pg.$(perl_man3ext)
57
58
59
# During install, we must guard against the likelihood that we don't
0 commit comments