commit: 1d4f747eb632d84bc232efd4b75be0eb0e6ec9bb
parent f4720910b9b72bd1fe2aaa82cf6a38e226d5e149
Author: Michael Forney <mforney@mforney.org>
Date: Sun, 17 Nov 2019 15:22:26 -0800
python: Install man page
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git 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