mirror of https://github.com/tqdm/tqdm.git
update Makefile deps
This commit is contained in:
parent
33f60b325c
commit
af40b04fc4
4
Makefile
4
Makefile
|
@ -84,7 +84,7 @@ viewasv:
|
||||||
asv publish
|
asv publish
|
||||||
asv preview
|
asv preview
|
||||||
|
|
||||||
tqdm/tqdm.1: .meta/.tqdm.1.md tqdm/_main.py tqdm/_tqdm.py
|
tqdm/tqdm.1: .meta/.tqdm.1.md tqdm/cli.py tqdm/std.py
|
||||||
# TODO: add to mkdocs.py
|
# TODO: add to mkdocs.py
|
||||||
python -m tqdm --help | tail -n+5 |\
|
python -m tqdm --help | tail -n+5 |\
|
||||||
sed -r -e 's/\\/\\\\/g' \
|
sed -r -e 's/\\/\\\\/g' \
|
||||||
|
@ -93,7 +93,7 @@ tqdm/tqdm.1: .meta/.tqdm.1.md tqdm/_main.py tqdm/_tqdm.py
|
||||||
cat "$<" - |\
|
cat "$<" - |\
|
||||||
pandoc -o "$@" -s -t man
|
pandoc -o "$@" -s -t man
|
||||||
|
|
||||||
README.rst: .meta/.readme.rst tqdm/_tqdm.py tqdm/_main.py
|
README.rst: .meta/.readme.rst tqdm/std.py tqdm/cli.py
|
||||||
@python .meta/mkdocs.py
|
@python .meta/mkdocs.py
|
||||||
|
|
||||||
snapcraft.yaml: .meta/.snapcraft.yml
|
snapcraft.yaml: .meta/.snapcraft.yml
|
||||||
|
|
Loading…
Reference in New Issue