1c25c949bd
I now have a functioning, semi-automagic linuxdoc to docbook converter, so once the docbook to (HTML|groff) converters are up to snuff, linuxdoc will be history. :)
19 lines
439 B
Makefile
19 lines
439 B
Makefile
# $Id: Makefile,v 1.5 1996/11/15 07:39:42 jkh Exp $
|
|
|
|
SUBDIR= FreeBSD ISO docbook 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}
|
|
|
|
afterdistribute:
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
|
|
${DISTDIR}/${DISTRIBUTION}${BINDIR}/${.CURDIR:T}
|
|
|
|
.include <bsd.subdir.mk>
|