freebsd-dev/gnu/libexec/uucp/doc/Makefile

9 lines
171 B
Makefile
Raw Normal View History

1995-01-01 21:55:23 +00:00
DOC = uucp
BINDIR = /usr/share/info
PRINTER = texi # hack for bsd.doc.mk all target
all:
makeinfo -o ${DOC}.info ${.CURDIR}/${DOC}.texi
.include <bsd.doc.mk>