pylint: install manpages

This commit is contained in:
Paper 2020-11-14 12:50:00 +01:00 committed by Helmut Pozimski
parent 494bdf0dcf
commit c0238e89e6

View file

@ -1,7 +1,7 @@
# Template file for 'pylint'
pkgname=pylint
version=2.6.0
revision=3
revision=4
wrksrc="pylint-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
@ -28,6 +28,10 @@ post_install() {
vsconf examples/pylintrc_camelcase
vsconf elisp/pylint.el
vsconf elisp/pylint-flymake.el
for f in man/*; do
vman "$f"
done
}
python3-pylint_package() {