# $Id$

FILES=	roff.cmap roff.sdata linuxdoc-roff.ts docbook-roff.ts
FILES+= html.cmap html.sdata linuxdoc-html.ts docbook-html.ts
FILES+=	linuxdoc-docbook.ts
FILES+=	iso12083article-roff.ts
FILES+=	transpec.dtd catalog
NOOBJ=	noobj

all clean cleandir depend lint tags:

beforeinstall:
	@mkdir -p ${TRANSPEC_DIR}

afterinstall:
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
		${TRANSPEC_DIR}

.include <bsd.prog.mk>
