diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-04-12 09:54:44 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-04-12 09:54:44 +0000 |
| commit | 465ccb3095572e23706f6b59b9d079192453860f (patch) | |
| tree | 37a9cc2d5924f4e1bcab7f2f67936089ab82f8f9 /gnu/lib/libreadline | |
| parent | 45b655df03c08fb8a6a2fec8a18767f99feb3a39 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libreadline')
| -rw-r--r-- | gnu/lib/libreadline/history/Makefile | 5 |
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> |
