Commit 6bb39991 authored by Bruce Momjian's avatar Bruce Momjian

Allow pod2man 5.005p3 to work with our current sources.

parent bf886d5b
# $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 $
subdir = src/interfaces/perl5 subdir = src/interfaces/perl5
top_builddir = ../../.. top_builddir = ../../..
...@@ -53,7 +53,7 @@ Pg.bs: ...@@ -53,7 +53,7 @@ Pg.bs:
touch $@ touch $@
Pg.$(perl_man3ext): Pg.pm 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 # During install, we must guard against the likelihood that we don't
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment