From f1d678eac9e744c0b534c122fc07752642d8c888 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Fri, 6 Aug 1993 23:38:29 +0000 Subject: [PATCH] Fixed manual page names from .0 to .8. --- gnu/libexec/uucp/uucico/Makefile | 4 ++-- gnu/libexec/uucp/uuxqt/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/libexec/uucp/uucico/Makefile b/gnu/libexec/uucp/uucico/Makefile index e4c58aa7af79..d78d45c4f6c7 100644 --- a/gnu/libexec/uucp/uucico/Makefile +++ b/gnu/libexec/uucp/uucico/Makefile @@ -1,5 +1,5 @@ # Makefile for uucico -# $Id: Makefile,v 1.2 1993/08/05 16:15:06 jtc Exp $ +# $Id: Makefile,v 1.1 1993/08/05 18:27:08 conklin Exp $ BINDIR= $(sbindir) BINOWN= $(owner) @@ -14,7 +14,7 @@ DPADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP) CFLAGS+= -I$(.CURDIR)/../common_sources\ -DVERSION=\"$(VERSION)\" -MAN8= uucico.0 +MAN8= uucico.8 .include .PATH: $(.CURDIR)/../common_sources diff --git a/gnu/libexec/uucp/uuxqt/Makefile b/gnu/libexec/uucp/uuxqt/Makefile index ded44bfad857..b34c639fbc07 100644 --- a/gnu/libexec/uucp/uuxqt/Makefile +++ b/gnu/libexec/uucp/uuxqt/Makefile @@ -1,5 +1,5 @@ # Makefile for uuxqt -# $Id: Makefile,v 1.2 1993/08/05 16:15:28 jtc Exp $ +# $Id: Makefile,v 1.1 1993/08/05 18:28:24 conklin Exp $ BINDIR= $(sbindir) BINOWN= $(owner) @@ -12,7 +12,7 @@ DPADD+= $(LIBUNIX) $(LIBUUCONF) $(LIBUUCP) CFLAGS+= -I$(.CURDIR)/../common_sources\ -DVERSION=\"$(VERSION)\" -MAN8= uuxqt.0 +MAN8= uuxqt.8 .include .PATH: $(.CURDIR)/../common_sources