From 1d4f747eb632d84bc232efd4b75be0eb0e6ec9bb Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sun, 17 Nov 2019 15:22:26 -0800 Subject: python: Install man page --- pkg/python/gen.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkg/python') 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 -- cgit v1.2.3