54e5c2fce8
The Docbook DTD will follow once I investigate how "contrib" works and if it should be imported there.
17 lines
430 B
Makefile
17 lines
430 B
Makefile
# $Id: Makefile,v 1.1.1.1 1996/09/08 02:37:39 jfieber 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+= 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>
|