Exlude whatsnew and c-api from make todo. (#1345)

This commit is contained in:
Antoine 2020-06-10 20:16:22 +02:00 committed by GitHub
parent 5879ea6add
commit b7a682d5e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -28,6 +28,8 @@ CPYTHON_PATH := ../cpython/
LANGUAGE := fr
BRANCH := 3.9
EXCLUDED := whatsnew/ c-api/
.SILENT:
# Internal variables
@ -125,7 +127,7 @@ progress:
.PHONY: todo
todo: venv
$(VENV)/bin/potodo
$(VENV)/bin/potodo --exclude $(VENV) $(EXCLUDED)
.PHONY: wrap
wrap: venv
@ -145,7 +147,7 @@ $(POSPELL_TMP_DIR)/%.po.out: %.po dict
.PHONY: fuzzy
fuzzy: venv
$(VENV)/bin/potodo -f
$(VENV)/bin/potodo -f --exclude $(VENV) $(EXCLUDED)
.PHONY: verifs
verifs: wrap spell

View File

@ -1 +1 @@
poutils==0.3.1
poutils==0.5.0