Link to man page for all executables
There are four different executables for python-pip, but so far only two of them had man page. This commit makes man page available for rest of the executables via links.
This commit is contained in:
parent
0ef16f07c3
commit
4e3a74cc9b
@ -305,7 +305,9 @@ pushd docs/build/man
|
||||
install -d %{buildroot}%{_mandir}/man1
|
||||
for MAN in *1; do
|
||||
install -pm0644 $MAN %{buildroot}%{_mandir}/man1/$MAN
|
||||
install -pm0644 $MAN %{buildroot}%{_mandir}/man1/${MAN/pip/pip3}
|
||||
for pip in "pip3" "pip-3" "pip%{python3_version}" "pip-%{python3_version}"; do
|
||||
echo ".so $MAN" > %{buildroot}%{_mandir}/man1/${MAN/pip/$pip}
|
||||
done
|
||||
done
|
||||
popd
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user