INN commit: trunk (backends/Makefile control/Makefile)

INN Commit Russ_Allbery at isc.org
Sun Apr 13 09:30:28 UTC 2008


    Date: Sunday, April 13, 2008 @ 02:30:28
  Author: iulius
Revision: 7773

Fix the name of the man pages generated from ".in" files.

Modified:
  trunk/backends/Makefile
  trunk/control/Makefile

-------------------+
 backends/Makefile |    2 +-
 control/Makefile  |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: backends/Makefile
===================================================================
--- backends/Makefile	2008-04-13 09:13:23 UTC (rev 7772)
+++ backends/Makefile	2008-04-13 09:30:28 UTC (rev 7773)
@@ -119,7 +119,7 @@
 $(LIBHIST):	; (cd ../history ; $(MAKE))
 
 ../doc/man/send-uucp.8: send-uucp.in
-	$(POD2MAN) -s 8 $? > $@
+	$(POD2MAN) -s 8 -n "SEND-UUCP" $? > $@
 
 
 ##  Dependencies.  Default list, below, is probably good enough.

Modified: control/Makefile
===================================================================
--- control/Makefile	2008-04-13 09:13:23 UTC (rev 7772)
+++ control/Makefile	2008-04-13 09:30:28 UTC (rev 7773)
@@ -49,7 +49,7 @@
 signcontrol:	signcontrol.in   $(FIX) ; $(FIX) -i signcontrol.in
 
 ../doc/man/perl-nocem.8: perl-nocem.in
-	$(POD2MAN) -s 8 $? > $@
+	$(POD2MAN) -s 8 -n "PERL-NOCEM" $? > $@
 
 ../doc/man/pgpverify.1: pgpverify.in
-	$(POD2MAN) -s 1 $? > $@
+	$(POD2MAN) -s 1 -n "PGPVERIFY" $? > $@



More information about the inn-committers mailing list