1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

argh!! I thought I stomped these two lines already.. :(

This commit is contained in:
Jordan K. Hubbard 1996-12-30 05:35:33 +00:00
parent d0aea04fe0
commit 580bb985d1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21040

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.267 1996/12/29 05:51:33 jkh Exp $
# $Id: Makefile,v 1.268 1996/12/30 02:57:33 jkh Exp $
#
# How to roll a release:
#
@ -243,8 +243,6 @@ release.5:
fi
# Create the catpages
if [ -d ${RD}/trees/manpages/usr/share/man ] ; then \
mtree -U -f ${.CURDIR}/man.mtree -d -e \
-p ${RD}/trees/manpages/usr/share; \
su -m man -c 'catman ${RD}/trees/manpages/usr/share/man'; \
( cd ${RD}/trees/manpages/usr/share/man; \
find cat* | cpio -dumpl ${RD}/trees/catpages/usr/share/man ) && \