forked from AFPy/python-docs-fr
Add potodo in venv (#543)
* Add potodo in venv * Verify that the venv exists before installing potodo
This commit is contained in:
parent e7c4170bfe
commit 9c52dd9e4c
1 changed files with 7 additions and 4 deletions
11 Makefile
11
Makefile | | @ -55,9 +55,12 @@ progress: | |||
$(shell msgcat *.po */*.po | grep -c '^msgid') | ||||
| ||||
| ||||
$(VENV)/bin/potodo: $(VENV)/bin/activate | ||||
$(VENV)/bin/pip install potodo | ||||
| ||||
.PHONY: todo | ||||
todo: | ||||
potodo --github python/python-docs-fr | ||||
todo: $(VENV)/bin/potodo | ||||
$(VENV)/bin/potodo --github python/python-docs-fr | ||||
| ||||
.PHONY: merge | ||||
merge: upgrade_venv | ||||
| | @ -84,5 +87,5 @@ endif | |||
| ||||
| ||||
.PHONY: fuzzy | ||||
fuzzy: | ||||
potodo --github python/python-docs-fr -f | ||||
fuzzy: $(VENV)/bin/potodo | ||||
$(VENV)/bin/potodo --github python/python-docs-fr -f | ||||
| | | |||
Loading…
Add table
Add a link
Reference in a new issue