From f76a1a77af1a33cd7b200de6583fbf5a86868824 Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 17 May 2001 08:48:26 +0000 Subject: Argh. Fix a long-standing man page filter botch. See terminfo(5) for the effect. --- lib/ncurses/ncurses/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ncurses') diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile index 014779b..ffa8d82 100644 --- a/lib/ncurses/ncurses/Makefile +++ b/lib/ncurses/ncurses/Makefile @@ -376,7 +376,7 @@ terminfo.5: MKterminfo.sh terminfo.head Caps ${NCURSES}/include/Caps ${NCURSES}/man/terminfo.tail >$@ CLEANFILES+= terminfo.5 -MANFILTER= sed -e 's%@DATADIR@%${TERMINFODIR}/terminfo%g' +MANFILTER= sed -e 's%@TERMINFO@%${TERMINFODIR}/terminfo%g' MANx= curs_addch.3x curs_addchstr.3x curs_addstr.3x curs_attr.3x \ curs_beep.3x curs_bkgd.3x curs_border.3x curs_clear.3x curs_color.3x \ -- cgit v1.1