update Makefile deps

This commit is contained in:
Casper da Costa-Luis 2020-01-24 22:46:49 +00:00
parent 33f60b325c
commit af40b04fc4
No known key found for this signature in database
GPG Key ID: 986B408043AE090D
1 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ viewasv:
asv publish
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
python -m tqdm --help | tail -n+5 |\
sed -r -e 's/\\/\\\\/g' \
@ -93,7 +93,7 @@ tqdm/tqdm.1: .meta/.tqdm.1.md tqdm/_main.py tqdm/_tqdm.py
cat "$<" - |\
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
snapcraft.yaml: .meta/.snapcraft.yml