From 5ef82877422b0eb6d370bcdd744417c15680f9ff Mon Sep 17 00:00:00 2001 From: Iucounu Date: Fri, 17 Feb 2023 15:53:58 +0000 Subject: [PATCH] make fuzzy closes #54 (#55) Co-authored-by: Iucounu Reviewed-on: https://git.afpy.org/AFPy/python-docs-fr/pulls/55 Reviewed-by: Julien Palard Co-authored-by: Iucounu Co-committed-by: Iucounu --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1ff1268e..c886c484 100644 --- a/Makefile +++ b/Makefile @@ -155,7 +155,7 @@ $(POSPELL_TMP_DIR)/%.po.out: %.po dict .PHONY: fuzzy fuzzy: ensure_prerequisites - potodo -f --exclude venv .venv $(EXCLUDED) + potodo --offline -f --exclude venv .venv $(EXCLUDED) .PHONY: check-headers check-headers: