mirror of https://github.com/tqdm/tqdm.git
fix CLI:--manpath not found issue
This commit is contained in:
parent
b885649ce6
commit
e4b21a908d
|
@ -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
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -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: /' |\
|
||||||
|
|
Loading…
Reference in New Issue