aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libreadline
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-04-12 09:54:44 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-04-12 09:54:44 +0000
commit465ccb3095572e23706f6b59b9d079192453860f (patch)
tree37a9cc2d5924f4e1bcab7f2f67936089ab82f8f9 /gnu/lib/libreadline
parent45b655df03c08fb8a6a2fec8a18767f99feb3a39 (diff)
downloadsrc-465ccb3095572e23706f6b59b9d079192453860f.tar.gz
src-465ccb3095572e23706f6b59b9d079192453860f.zip
Install history.3 as rlhistory.3 to not conflict with existing libedit function
Notes
Notes: svn path=/head/; revision=75439
Diffstat (limited to 'gnu/lib/libreadline')
-rw-r--r--gnu/lib/libreadline/history/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/lib/libreadline/history/Makefile b/gnu/lib/libreadline/history/Makefile
index 4845f16e200a..b37750d098b0 100644
--- a/gnu/lib/libreadline/history/Makefile
+++ b/gnu/lib/libreadline/history/Makefile
@@ -3,8 +3,11 @@
SUBDIR= doc
LIB= history
-MAN= history.3
+MAN= rlhistory.3
SRCS= $(HISTSRC) xmalloc.c
+rlhistory.3: history.3
+ cp ${.ALLSRC} ${.TARGET}
+
.include <bsd.lib.mk>