Change DISTRIBUTION names. Also make bsd.doc.mk go to doc distribution,

not bin.  Hmmm.
This commit is contained in:
jkh 1995-01-14 07:51:10 +00:00
parent 1eaadb78fc
commit 030d01ab3c
7 changed files with 14 additions and 14 deletions

View File

@ -1,5 +1,5 @@
# from: @(#)bsd.doc.mk 5.3 (Berkeley) 1/2/91
# $Id: bsd.doc.mk,v 1.11 1995/01/11 02:41:09 wollman Exp $
# $Id: bsd.doc.mk,v 1.12 1995/01/11 19:58:03 wollman Exp $
PRINTER?= ps
@ -106,7 +106,7 @@ afterinstall:
.endif
DISTRIBUTION?= bindist
DISTRIBUTION?= doc
.if !target(distribute)
distribute:
cd ${.CURDIR} ; $(MAKE) install DESTDIR=${RELEASEDIR}/${DISTRIBUTION} SHARED=copies

View File

@ -1,4 +1,4 @@
# $Id: bsd.info.mk,v 1.6 1995/01/12 08:20:25 jkh Exp $
# $Id: bsd.info.mk,v 1.7 1995/01/12 08:21:31 jkh Exp $
BINMODE= 444
BINDIR?= /usr/share/info
@ -17,7 +17,7 @@ MAKEINFOFLAGS?= # --no-split would simplify some things, e.g., compression
all: ${INFO:S/$/.info/g}
DISTRIBUTION?= infodist
DISTRIBUTION?= info
.if !target(distribute)
distribute:
cd ${.CURDIR} ; $(MAKE) install DESTDIR=${RELEASEDIR}/${DISTRIBUTION} SHARED=copies

View File

@ -1,5 +1,5 @@
# From: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
# $Id: bsd.kmod.mk,v 1.5 1994/12/28 03:50:46 ache Exp $
# $Id: bsd.kmod.mk,v 1.6 1995/01/01 21:11:55 bde Exp $
.if exists(${.CURDIR}/../Makefile.inc)
.include "${.CURDIR}/../Makefile.inc"
@ -101,7 +101,7 @@ afterinstall: realinstall
realinstall: beforeinstall
.endif
DISTRIBUTION?= bindist
DISTRIBUTION?= bin
.if !target(distribute)
distribute:
cd ${.CURDIR} ; $(MAKE) install DESTDIR=${RELEASEDIR}/${DISTRIBUTION} SHARED=copies

View File

@ -1,5 +1,5 @@
# from: @(#)bsd.lib.mk 5.26 (Berkeley) 5/2/91
# $Id: bsd.lib.mk,v 1.16 1994/12/28 00:49:58 ache Exp $
# $Id: bsd.lib.mk,v 1.17 1995/01/04 22:32:40 ache Exp $
#
.if exists(${.CURDIR}/../Makefile.inc)
@ -279,7 +279,7 @@ afterinstall: realinstall
.endif
.endif
DISTRIBUTION?= bindist
DISTRIBUTION?= bin
.if !target(distribute)
distribute:
cd ${.CURDIR} ; $(MAKE) install DESTDIR=${RELEASEDIR}/${DISTRIBUTION} SHARED=copies

View File

@ -1,5 +1,5 @@
# from: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
# $Id: bsd.prog.mk,v 1.14 1994/12/22 17:20:52 bde Exp $
# $Id: bsd.prog.mk,v 1.15 1994/12/28 03:50:58 ache Exp $
.if exists(${.CURDIR}/../Makefile.inc)
.include "${.CURDIR}/../Makefile.inc"
@ -177,7 +177,7 @@ afterinstall: realinstall
realinstall: beforeinstall
.endif
DISTRIBUTION?= bindist
DISTRIBUTION?= bin
.if !target(distribute)
distribute:
cd ${.CURDIR} ; $(MAKE) install DESTDIR=${RELEASEDIR}/${DISTRIBUTION} SHARED=copies

View File

@ -1,5 +1,5 @@
# from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
# $Id: bsd.subdir.mk,v 1.4 1994/09/16 14:30:25 jkh Exp $
# $Id: bsd.subdir.mk,v 1.5 1994/11/13 21:05:28 phk Exp $
.MAIN: all
@ -53,7 +53,7 @@ depend: _SUBDIRUSE
maninstall: _SUBDIRUSE
.endif
DISTRIBUTION?= bindist
DISTRIBUTION?= bin
.if !target(afterdistribute)
afterdistribute:
.endif

View File

@ -1,5 +1,5 @@
# From: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
# $Id: bsd.kmod.mk,v 1.5 1994/12/28 03:50:46 ache Exp $
# $Id: bsd.kmod.mk,v 1.6 1995/01/01 21:11:55 bde Exp $
.if exists(${.CURDIR}/../Makefile.inc)
.include "${.CURDIR}/../Makefile.inc"
@ -101,7 +101,7 @@ afterinstall: realinstall
realinstall: beforeinstall
.endif
DISTRIBUTION?= bindist
DISTRIBUTION?= bin
.if !target(distribute)
distribute:
cd ${.CURDIR} ; $(MAKE) install DESTDIR=${RELEASEDIR}/${DISTRIBUTION} SHARED=copies