Argh. Fix a long-standing man page filter botch. See terminfo(5) for

the effect.
This commit is contained in:
Peter Wemm 2001-05-17 08:48:26 +00:00
parent edfeb4834f
commit c1323a523a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76734
2 changed files with 2 additions and 2 deletions

View File

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

View File

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