aboutsummaryrefslogtreecommitdiff
path: root/gnu/libexec
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-01-01 21:55:23 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-01-01 21:55:23 +0000
commitc987ec8ecdd49a2ddc00c6af5eae4013178ea144 (patch)
treee303fa2947810f595ac8cdaec4ce393aedd3571d /gnu/libexec
parent85ae1cf1dc5eced301d0979399b01a97d237ff3b (diff)
Notes
Diffstat (limited to 'gnu/libexec')
-rw-r--r--gnu/libexec/uucp/doc/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/gnu/libexec/uucp/doc/Makefile b/gnu/libexec/uucp/doc/Makefile
new file mode 100644
index 000000000000..821f7b591c50
--- /dev/null
+++ b/gnu/libexec/uucp/doc/Makefile
@@ -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>