Install man page in section 1
authorChristoph Berg <[email protected]>
Thu, 19 Sep 2013 09:07:47 +0000 (11:07 +0200)
committerChristoph Berg <[email protected]>
Thu, 19 Sep 2013 09:07:47 +0000 (11:07 +0200)
Peter Eisentraut, bug 53, github issue 26

Makefile.PL
check_postgres.pl

index e3b5bea7582b869ea54dfc73a3bd90e08a967d07..236cd9845eb1fe7efaf8fbd7d3d9bd5deaa5a448 100644 (file)
@@ -63,8 +63,7 @@ my %opts = (
     NO_META        => 1,
     VERSION_FROM   => 'check_postgres.pl',
     EXE_FILES      => ['check_postgres.pl'],
-    MAN1PODS       => {},
-    MAN3PODS       => { 'check_postgres.pl' => 'blib/man3/check_postgres.3'},
+    MAN1PODS       => { 'check_postgres.pl' => 'blib/man1/check_postgres.1p'},
     NEEDS_LINKING  => 0,
     NORECURS       => 1,
     PM             => {},
index e5eb7737964c13bf8334729aae91269de4cd77ff..77af602509857ebbc1d7f06298960b258281ec2d 100755 (executable)
@@ -9761,6 +9761,8 @@ Items not specifically attributed are by GSM (Greg Sabino Mullane).
   Fix issue with SQL steps in check_pgagent_jobs for sql steps which perform deletes
     (Rob Emery via github pull)
 
+  Install man page in section 1. (Peter Eisentraut, bug 53, github issue 26)
+
   Order lock typs in check_locks output to make the ordering predictable; other
   minor test suite fixes
     (Christoph Berg)