gnu/rcs/rcs and rcsfreeze have the wrong man extension in their
Makefiles (.0)
This commit is contained in:
Nate Williams 1993-07-14 18:42:35 +00:00
parent 0d01087b28
commit f501a86e55
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121
2 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@ CFLAGS+= -I${.CURDIR}/../lib
LDADD= ${LIBRCS}
DPADD= ${LIBRCS}
MAN1= rcs.0 rcsintro.0
MAN5= rcsfile.0
MAN1= rcs.1 rcsintro.1
MAN5= rcsfile.5
.include "../../Makefile.inc"
.include <bsd.prog.mk>

View File

@ -1,4 +1,4 @@
MAN1= rcsfreeze.0
MAN1= rcsfreeze.1
afterinstall:
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \