Add a distribute target so that CATALOG gets properly added to the

doc distribution.
This commit is contained in:
Jordan K. Hubbard 1996-11-15 07:39:42 +00:00
parent f94608ce64
commit ca015941f4

View file

@ -1,13 +1,18 @@
# $Id: Makefile,v 1.3 1996/09/08 02:58:28 jfieber Exp $
# $Id: Makefile,v 1.4 1996/09/08 20:36:58 jfieber Exp $
SUBDIR= FreeBSD ISO transpec
FILES= CATALOG
MAINTAINER=jfieber@freebsd.org
BINDIR?=/usr/share
DISTRIBUTION?= doc
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${BINDIR}/${.CURDIR:T}
distribute:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DISTDIR}/${DISTRIBUTION}${BINDIR}/${.CURDIR:T}
.include <bsd.subdir.mk>