Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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