INN commit: trunk/perl (Makefile)

INN Commit Russ_Allbery at isc.org
Tue Jun 10 17:11:07 UTC 2008


    Date: Tuesday, June 10, 2008 @ 10:11:07
  Author: iulius
Revision: 7875

Use the same section name as the extension of the Perl module man page.

Modified:
  trunk/perl/Makefile

----------+
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: Makefile
===================================================================
--- Makefile	2008-06-10 06:17:29 UTC (rev 7874)
+++ Makefile	2008-06-10 17:11:07 UTC (rev 7875)
@@ -41,5 +41,5 @@
 	@exit 1
 
 ../doc/man/INN__Config.3pm: INN/Config.pm
-	$(POD2MAN) -s '3pm' -n "INN::Config" $? > $@
+	$(POD2MAN) -s '$(MAN3PM_EXT)' -n "INN::Config" $? > $@
 



More information about the inn-committers mailing list