FILES=	hyphen.tex manmac.tex mftmac.tex nul.tex null.tex plain.tex \
	story.tex tb0cyr.tex tb0hyf.tex testfont.tex tubguide.tex \
	tugboat.com tugboat.sty tugbot.sty tugbot.tex tugproc.sty \
	webmac.tex
	
.include "../../Makefile.defs"
DOCDIR=	${DESTDIR}${LIBDIR}/tex/inputs

all:

clean:

depend:

install:
	-mkdir ${DOCDIR}
	for file in ${FILES}; do \
		install -c -o ${BINOWN} -g ${BINGRP} -m 0644 ${.CURDIR}/$$file ${DOCDIR}; \
	done

.include <bsd.prog.mk>
