freebsd-dev/share/sgml/transpec/Makefile
John Fieber 54e5c2fce8 A skeletal, but functional Docbook to HTML translation spec.
The Docbook DTD will follow once I investigate how "contrib" works and
if it should be imported there.
1996-11-09 02:04:05 +00:00

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>