Pick manpages from their original locations
This commit is contained in:
parent
a9e716287b
commit
ae7b8dddd7
@ -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>
|
||||
|
@ -3,7 +3,7 @@
|
||||
SUBDIR= doc
|
||||
|
||||
LIB= readline
|
||||
MAN= readline.3
|
||||
MAN= doc/readline.3
|
||||
|
||||
TILDESRC= tilde.c
|
||||
SRCS= readline.c vi_mode.c funmap.c keymaps.c parens.c search.c \
|
||||
|
Loading…
Reference in New Issue
Block a user