From af40b04fc4f0e450ad208058bdbb85a86b8f1449 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Fri, 24 Jan 2020 22:46:49 +0000 Subject: [PATCH] update Makefile deps --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f379edcc..c4f3b4b5 100644 --- a/Makefile +++ b/Makefile @@ -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