Pick manpages from their original locations

This commit is contained in:
ache 2001-04-21 22:05:33 +00:00
parent a9e716287b
commit ae7b8dddd7
2 changed files with 4 additions and 2 deletions

View File

@ -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>

View File

@ -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 \