From 31729eb540a692f4bd8c1e2adba7ed8a66363a30 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 10 Feb 2014 14:47:30 +0100 Subject: [PATCH] perl: Move nbdkit-perl-plugin man page to section 3. Since it's a programming man page. This fixes commit 6edf6b4e261011342c40e871231d8430db31f490. --- plugins/perl/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/perl/Makefile.am b/plugins/perl/Makefile.am index df16281d..8b217370 100644 --- a/plugins/perl/Makefile.am +++ b/plugins/perl/Makefile.am @@ -58,10 +58,10 @@ nbdkit_perl_plugin_la_LDFLAGS = \ if HAVE_POD2MAN -man_MANS = nbdkit-perl-plugin.1 +man_MANS = nbdkit-perl-plugin.3 -nbdkit-perl-plugin.1: nbdkit-perl-plugin.pod - $(POD2MAN) -u --stderr --section=1 --center=nbdkit --release=nbdkit --name=`basename $@` $< $@ +nbdkit-perl-plugin.3: nbdkit-perl-plugin.pod + $(POD2MAN) -u --stderr --section=3 --center=nbdkit --release=nbdkit --name=`basename $@` $< $@ endif -- 2.11.4.GIT