From 465ccb3095572e23706f6b59b9d079192453860f Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Thu, 12 Apr 2001 09:54:44 +0000 Subject: [PATCH] Install history.3 as rlhistory.3 to not conflict with existing libedit function --- gnu/lib/libreadline/history/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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