summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-03-18 20:04:12 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-03-18 20:04:12 +0000
commit9136b3024c220bb437eb2b36de6f1f97d0e556fc (patch)
tree8548a64009b587175fcaa1c93813fbef6885975f /gnu
parentb92a6679ffaf0cd74e2ff43cb2bbd5d13ac169ef (diff)
for "make cleandir" clean out the doc stuff too
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libreadline/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/lib/libreadline/Makefile b/gnu/lib/libreadline/Makefile
index 4b1c907464c..a1e63218688 100644
--- a/gnu/lib/libreadline/Makefile
+++ b/gnu/lib/libreadline/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2001/03/18 17:37:35 millert Exp $
+# $OpenBSD: Makefile,v 1.2 2001/03/18 20:04:11 millert Exp $
LIB= readline
SRCS= readline.c funmap.c keymaps.c vi_mode.c parens.c rltty.c complete.c \
@@ -18,4 +18,7 @@ includes:
eval "$$j"; \
done
+cleandir:
+ @cd ${.CURDIR}/doc && ${MAKE} cleandir
+
.include <bsd.lib.mk>