diff options
| author | Randy Palamar <randy@rnpnr.xyz> | 2024-01-02 14:15:31 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2024-02-07 20:50:18 -0800 |
| commit | a6a7143e38292b8db14edef008fe8cd61ebf300b (patch) | |
| tree | d90456c48a74a16e6cf1dc6b1029a4c739718fb1 /pkg/less/gen.lua | |
| parent | b0dafd8b6f3402621b074f1d934f0ba9eb9843a8 (diff) | |
less: update to version 643
Diffstat (limited to 'pkg/less/gen.lua')
| -rw-r--r-- | pkg/less/gen.lua | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/pkg/less/gen.lua b/pkg/less/gen.lua index 00973477..759e10a4 100644 --- a/pkg/less/gen.lua +++ b/pkg/less/gen.lua @@ -12,7 +12,8 @@ objects[[ exe('less', [[ main.c screen.c brac.c ch.c charset.c cmdbuf.c command.c cvt.c decode.c edit.c filename.c forwback.c - help.c ifile.c input.c jump.c line.c linenum.c + help.c ifile.c input.c jump.c + line.c linenum.c lsystem.c mark.c optfunc.c option.c opttbl.c os.c output.c pattern.c position.c prompt.c search.c signal.c tags.c ttyin.c version.c.o xbuf.c.o @@ -27,10 +28,7 @@ file('bin/lessecho', '755', '$outdir/lessecho') exe('lesskey', {'lesskey.c', 'lesskey_parse.c.o', 'xbuf.c.o', 'version.c.o'}) file('bin/lesskey', '755', '$outdir/lesskey') -for _, cmd in ipairs{'less', 'lessecho', 'lesskey'} do - build('gzip', '$outdir/'..cmd..'.1.gz', '$srcdir/'..cmd..'.nro') - file('share/man/man1/'..cmd..'.1.gz', '644', '$outdir/'..cmd..'.1.gz') -end +man({'less.nro', 'lessecho.nro', 'lesskey.nro'}, '1') sym('bin/more', 'less') |
