Add a DISTRIBUTION variable so it knows where to install itself during a

"make distribute".
This commit is contained in:
Nik Clayton 1999-03-12 22:24:07 +00:00
parent 8afcc6a6ac
commit 774d608de4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4511
3 changed files with 6 additions and 3 deletions

View file

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.13 1999-03-08 21:44:45 nik Exp $
# $Id: Makefile,v 1.14 1999-03-12 22:24:07 nik Exp $
#
# Build the FreeBSD Handbook. Will eventually split in two, a generic .mk
# file which can be used by many Makefiles, and a much smaller Makefile
@ -104,6 +104,7 @@ SRCS+= mailing-lists.ent
VOLUME?= ${.CURDIR:T}
DOC?= ${.CURDIR:T}
DISTRIBUTION?= doc
JADE= /usr/local/bin/jade
DSLHTML= ../../share/sgml/freebsd.dsl

View file

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.13 1999-03-08 21:44:45 nik Exp $
# $Id: Makefile,v 1.14 1999-03-12 22:24:07 nik Exp $
#
# Build the FreeBSD Handbook. Will eventually split in two, a generic .mk
# file which can be used by many Makefiles, and a much smaller Makefile
@ -104,6 +104,7 @@ SRCS+= mailing-lists.ent
VOLUME?= ${.CURDIR:T}
DOC?= ${.CURDIR:T}
DISTRIBUTION?= doc
JADE= /usr/local/bin/jade
DSLHTML= ../../share/sgml/freebsd.dsl

View file

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.13 1999-03-08 21:44:45 nik Exp $
# $Id: Makefile,v 1.14 1999-03-12 22:24:07 nik Exp $
#
# Build the FreeBSD Handbook. Will eventually split in two, a generic .mk
# file which can be used by many Makefiles, and a much smaller Makefile
@ -104,6 +104,7 @@ SRCS+= mailing-lists.ent
VOLUME?= ${.CURDIR:T}
DOC?= ${.CURDIR:T}
DISTRIBUTION?= doc
JADE= /usr/local/bin/jade
DSLHTML= ../../share/sgml/freebsd.dsl