From ca015941f4920dd7ec8dba72db284e1bd125fe82 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Fri, 15 Nov 1996 07:39:42 +0000 Subject: [PATCH] Add a distribute target so that CATALOG gets properly added to the doc distribution. --- share/sgml/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/share/sgml/Makefile b/share/sgml/Makefile index fb1b4aa97e3..ca19ffc8f52 100644 --- a/share/sgml/Makefile +++ b/share/sgml/Makefile @@ -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