diff options
| author | Michael Forney <mforney@mforney.org> | 2019-11-17 15:22:26 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-11-17 15:24:25 -0800 |
| commit | 1d4f747eb632d84bc232efd4b75be0eb0e6ec9bb (patch) | |
| tree | 10d733123ffbf5788374e685fcdfdc8c02e403ff /pkg/python/gen.lua | |
| parent | f4720910b9b72bd1fe2aaa82cf6a38e226d5e149 (diff) | |
python: Install man page
Diffstat (limited to 'pkg/python/gen.lua')
| -rw-r--r-- | pkg/python/gen.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/python/gen.lua b/pkg/python/gen.lua index 5d4f4e1f..8c76bf8c 100644 --- a/pkg/python/gen.lua +++ b/pkg/python/gen.lua @@ -209,6 +209,10 @@ exe('python', {'Programs/python.c', 'libpython.a', expand{'$builddir/pkg/', libs file('bin/python3', '755', '$outdir/python') sym('bin/python', 'python3') +build('copy', '$outdir/python3.1', '$srcdir/Misc/python.man') +man{'$outdir/python3.1'} +sym('share/man/man1/python.1.gz', 'python3.1.gz') + for f in iterlines('pylibs.txt') do file('lib/python3.8/'..f, '644', '$srcdir/Lib/'..f) end |
