Remove terminfo manpage we don't have it

This commit is contained in:
Andrey A. Chernov 1997-10-20 17:53:55 +00:00
parent b8b7e105a9
commit 4fcbf66f05
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30605
3 changed files with 4 additions and 1660 deletions

View File

@ -1,5 +1,5 @@
# Makefile for ncurses
# $Id: Makefile,v 1.22 1997/08/24 19:09:32 ache Exp $
# $Id: Makefile,v 1.23 1997/08/25 07:41:13 ache Exp $
LIB= ncurses
SHLIB_MAJOR= 3
@ -77,7 +77,7 @@ MAN3 = curs_addch.3 \
curs_window.3 \
ncurses.3
MAN5 = term.5 terminfo.5
MAN5 = term.5
MLINKS+=curs_addch.3 addch.3 curs_addch.3 waddch.3 curs_addch.3 echochar.3 \
curs_addch.3 wechochar.3 curs_addch.3 mvaddch.3 \

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
# Makefile for ncurses
# $Id: Makefile,v 1.22 1997/08/24 19:09:32 ache Exp $
# $Id: Makefile,v 1.23 1997/08/25 07:41:13 ache Exp $
LIB= ncurses
SHLIB_MAJOR= 3
@ -77,7 +77,7 @@ MAN3 = curs_addch.3 \
curs_window.3 \
ncurses.3
MAN5 = term.5 terminfo.5
MAN5 = term.5
MLINKS+=curs_addch.3 addch.3 curs_addch.3 waddch.3 curs_addch.3 echochar.3 \
curs_addch.3 wechochar.3 curs_addch.3 mvaddch.3 \