Add an ID line at the top (this thing still needs some sort of
copyright, Andrew). Add support for the distribute target.
This commit is contained in:
parent
ec2bb6ade1
commit
161e6a3e83
@ -1,3 +1,5 @@
|
||||
# $Id$
|
||||
|
||||
BINMODE= 444
|
||||
BINDIR?= /usr/share/info
|
||||
MAKEINFO?= makeinfo
|
||||
@ -15,6 +17,13 @@ MAKEINFOFLAGS?= # --no-split would simplify some things, e.g., compression
|
||||
|
||||
all: ${INFO:S/$/.info/g}
|
||||
|
||||
DISTRIBUTION?= infodist
|
||||
.if !target(distribute)
|
||||
distribute:
|
||||
cd ${.CURDIR} ; $(MAKE) install DESTDIR=${RELEASEDIR}/${DISTRIBUTION} SH
|
||||
ARED=copies
|
||||
.endif
|
||||
|
||||
.if defined(SRCS)
|
||||
${INFO}.info: ${SRCS}
|
||||
${MAKEINFO} ${MAKEINFOFLAGS} -I ${.CURDIR} ${SRCS:S/^/${.CURDIR}\//g} -o ${INFO}.info
|
||||
|
Loading…
Reference in New Issue
Block a user