freebsd-dev/share/sgml/Makefile
John Fieber 1c25c949bd A nudge closer to ditching linuxdoc.
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.  :)
1997-01-04 22:38:37 +00:00

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>