diff options
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/ncurses/gen.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/pkg/ncurses/gen.lua b/pkg/ncurses/gen.lua index 7aeca56d..da3709de 100644 --- a/pkg/ncurses/gen.lua +++ b/pkg/ncurses/gen.lua @@ -154,15 +154,6 @@ exe('tset', [[ libncurses.a ]]) -for _, f in ipairs{'tic.1m', 'tset.1'} do - local out = '$outdir/'..f - build('sed', out, {'$srcdir/man/'..f, '|', '$dir/subst.sed'}, { - expr='-f $dir/subst.sed', - }) - man({out}, '1') -end -sym('share/man/man1/reset.1.gz', 'tset.1.gz') - local terms = {'dumb', 'linux', 'tmux', 'tmux-256color', 'xterm', 'xterm-256color'} local terminfo = {} for _, term in ipairs(terms) do |
