aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libreadline/history/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/lib/libreadline/history/Makefile')
-rw-r--r--gnu/lib/libreadline/history/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/lib/libreadline/history/Makefile b/gnu/lib/libreadline/history/Makefile
index b37750d098b0..7c8349653c80 100644
--- a/gnu/lib/libreadline/history/Makefile
+++ b/gnu/lib/libreadline/history/Makefile
@@ -7,7 +7,9 @@ MAN= rlhistory.3
SRCS= $(HISTSRC) xmalloc.c
-rlhistory.3: history.3
+rlhistory.3: doc/history.3
cp ${.ALLSRC} ${.TARGET}
+CLEANFILES+= rlhistory.3
+
.include <bsd.lib.mk>