Install info pages now

This commit is contained in:
ache 1995-01-01 21:55:23 +00:00
parent 8381433806
commit 6f4231984d

View File

@ -0,0 +1,8 @@
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>