diff options
| author | Michael Forney <mforney@mforney.org> | 2021-05-02 22:29:10 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-05-02 22:29:10 -0700 |
| commit | dbb9800b81b8bbd07956f2c5a873ab982ddf7b8b (patch) | |
| tree | ea5ff286e918443c32b154202a3b3deb105aee5f /pkg | |
| parent | 683ac8a87e3ade05e6ac47637ff107c6c497cf39 (diff) | |
binutils: Install manuals
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/binutils/gen.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/binutils/gen.lua b/pkg/binutils/gen.lua index 8ef61ef6..f8bec778 100644 --- a/pkg/binutils/gen.lua +++ b/pkg/binutils/gen.lua @@ -222,6 +222,7 @@ sub('binutils.ninja', function() for _, tool in ipairs{'size', 'objcopy', 'strings', 'readelf', 'elfedit', 'strip', 'nm', 'objdump', 'ar', 'ranlib'} do file('bin/'..tool, '755', '$outdir/bin/'..tool) + man{'binutils/doc/'..tool..'.1'} sym(string.format('bin/%s-%s', config.target.platform, tool), tool) end end) |
