diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-03-18 20:04:12 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-03-18 20:04:12 +0000 |
commit | 9136b3024c220bb437eb2b36de6f1f97d0e556fc (patch) | |
tree | 8548a64009b587175fcaa1c93813fbef6885975f /gnu | |
parent | b92a6679ffaf0cd74e2ff43cb2bbd5d13ac169ef (diff) |
for "make cleandir" clean out the doc stuff too
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/lib/libreadline/Makefile | 5 |
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> |