fix CLI:--manpath not found issue

This commit is contained in:
Casper da Costa-Luis 2018-10-21 18:50:18 +01:00
parent b885649ce6
commit e4b21a908d
No known key found for this signature in database
GPG Key ID: 986B408043AE090D
3 changed files with 2 additions and 2 deletions

View File

@ -17,4 +17,4 @@ recursive-include tqdm/auto *.py
# Examples/Documentation # Examples/Documentation
recursive-include examples *.py recursive-include examples *.py
include README.rst include README.rst
include tqdm.1 include tqdm/tqdm.1

View File

@ -85,7 +85,7 @@ viewasv:
asv publish asv publish
asv preview asv preview
tqdm.1: .tqdm.1.md tqdm/tqdm.1: .tqdm.1.md
python -m tqdm --help | tail -n+5 | cat "$<" - |\ python -m tqdm --help | tail -n+5 | cat "$<" - |\
sed -r 's/^ (--.*)=<(.*)> : (.*)$$/\n\\\1=*\2*\n: \3./' |\ sed -r 's/^ (--.*)=<(.*)> : (.*)$$/\n\\\1=*\2*\n: \3./' |\
sed -r 's/ (-.*, --.*) /\n\1\n: /' |\ sed -r 's/ (-.*, --.*) /\n\1\n: /' |\

View File