From fa5104529e6c57cab46a869a60a5c6264b999350 Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Tue, 19 Nov 2019 22:24:17 +0100 Subject: [PATCH 1/4] make powrap/pospell -> make wrap/make spell --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 6d3dbf3a0..e334940c5 100644 --- a/Makefile +++ b/Makefile @@ -82,12 +82,12 @@ todo: $(VENV)/bin/potodo .PHONY: verifs verifs: powrap pospell -.PHONY: powrap -powrap: $(VENV)/bin/powrap +.PHONY: wrap +wrap: $(VENV)/bin/powrap $(VENV)/bin/powrap --check --quiet *.po **/*.po -.PHONY: pospell -pospell: $(VENV)/bin/pospell +.PHONY: spell +spell: $(VENV)/bin/pospell $(VENV)/bin/pospell -p dict -l fr_FR *.po **/*.po .PHONY: merge From 552186b8551d3be46e0441e8ea7c51b19ddc375a Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Wed, 20 Nov 2019 12:23:39 +0100 Subject: [PATCH 2/4] Update Makefile Co-Authored-By: Antoine <43954001+awecx@users.noreply.github.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e334940c5..a5b34ad8a 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ todo: $(VENV)/bin/potodo $(VENV)/bin/potodo .PHONY: verifs -verifs: powrap pospell + verifs: wrap spell .PHONY: wrap wrap: $(VENV)/bin/powrap From b454ab412e1c45a16110e09ff5d1b7b47762dcea Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Thu, 21 Nov 2019 09:51:29 +0100 Subject: [PATCH 3/4] =?UTF-8?q?supprime=20espace=20accidentel=20en=20d?= =?UTF-8?q?=C3=A9but=20de=20ligne?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a5b34ad8a..fe00a07f7 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ todo: $(VENV)/bin/potodo $(VENV)/bin/potodo .PHONY: verifs - verifs: wrap spell +verifs: wrap spell .PHONY: wrap wrap: $(VENV)/bin/powrap From 648d73e92109fd316c4789b5cda1aea284208b1d Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Thu, 21 Nov 2019 10:52:17 +0100 Subject: [PATCH 4/4] =?UTF-8?q?maj=20des=20commentaires=20en=20d=C3=A9but?= =?UTF-8?q?=20de=20fichier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fe00a07f7..40c417d96 100644 --- a/Makefile +++ b/Makefile @@ -5,8 +5,8 @@ # - make # Automatically build an html local version # - make todo # To list remaining tasks # - make verifs # To check for correctness: wrapping, spelling -# - make powrap # To check for wrapping -# - make pospell # To check for spelling +# - make wrap # To check for wrapping +# - make spell # To check for spelling # - make merge # To merge pot from upstream # - make fuzzy # To find fuzzy strings # - make progress # To compute current progression