17 lines
377 B
Makefile
17 lines
377 B
Makefile
# $Id$
|
|
|
|
FILES= roff.cmap roff.sdata linuxdoc-roff.ts
|
|
FILES+= html.cmap html.sdata linuxdoc-html.ts
|
|
FILES+= latex.cmap latex.sdata linuxdoc-latex.ts
|
|
FILES+= docbook-html.ts
|
|
FILES+= transpec.dtd
|
|
NOOBJ= noobj
|
|
|
|
all clean cleandir depend lint tags:
|
|
|
|
afterinstall:
|
|
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
|
|
${DESTDIR}${BINDIR}/${.CURDIR:T}
|
|
|
|
.include <bsd.prog.mk>
|