diff options
| author | lukem <lukem@NetBSD.org> | 1997-01-09 13:12:14 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 1997-01-09 13:12:14 +0000 |
| commit | b59d3eaf10f9af5485ea46d6eeb2cebde8a21117 (patch) | |
| tree | c2adbbb2b56c4087c05693f1726c5aeb2f3fe960 /lib/libedit/Makefile | |
| parent | 4ed8b99e7b8b87c96058b6c5776f368db29bfa04 (diff) | |
* add a man page for the editline routines
* add a man page describing editrc
* fix bugs in el_parse():
* didn't execute command when program name matched (test reversed)
* was checking against empty string instead of program name
* after checks, command to run also pointed to empty string
[christos - the author of libedit - ok-ed the man pages in general (which I
wrote from scratch by RTFS) as well as the bugfix]
Diffstat (limited to 'lib/libedit/Makefile')
| -rw-r--r-- | lib/libedit/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile index 6b7c4427e52..62ea4a69370 100644 --- a/lib/libedit/Makefile +++ b/lib/libedit/Makefile @@ -6,6 +6,15 @@ OSRCS= chared.c common.c el.c emacs.c hist.c key.c map.c parse.c \ prompt.c read.c refresh.c search.c sig.c term.c tty.c vi.c \ help.c fcns.c +MAN= editline.3 editrc.5 + +MLINKS= editline.3 el_init.3 editline.3 el_end.3 editline.3 el_reset.3 \ + editline.3 el_gets.3 editline.3 el_getc.3 editline.3 el_push.3 \ + editline.3 el_parse.3 editline.3 el_set.3 editline.3 el_source.3 \ + editline.3 el_resize.3 editline.3 el_line.3 \ + editline.3 el_insertstr.3 editline.3 el_deletestr.3 \ + editline.3 history_init.3 editline.3 history_end.3 editline.3 history.3 + # For speed and debugging #SRCS= ${OSRCS} tokenizer.c history.c # For protection |
