Skip to content

Commit

Permalink
fix CLI:--manpath not found issue
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Oct 21, 2018
1 parent b885649 commit e4b21a9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ recursive-include tqdm/auto *.py
# Examples/Documentation
recursive-include examples *.py
include README.rst
include tqdm.1
include tqdm/tqdm.1
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ viewasv:
asv publish
asv preview

tqdm.1: .tqdm.1.md
tqdm/tqdm.1: .tqdm.1.md
python -m tqdm --help | tail -n+5 | cat "$<" - |\
sed -r 's/^ (--.*)=<(.*)> : (.*)$$/\n\\\1=*\2*\n: \3./' |\
sed -r 's/ (-.*, --.*) /\n\1\n: /' |\
Expand Down
File renamed without changes.

0 comments on commit e4b21a9

Please sign in to comment.