16 lines
409 B
Makefile
16 lines
409 B
Makefile
# $Id: Makefile,v 1.1.1.1.4.1 1995/09/17 23:42:31 davidg Exp $
|
|
|
|
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+= 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>
|