From 01e27de99c2b0a8a626a45bf1e283ea5c1ede82c Mon Sep 17 00:00:00 2001 From: Manuel Reinhardt Date: Mon, 10 Jul 2023 16:16:29 +0200 Subject: [PATCH] Makefile: No dependency for target `pot` Don't depend on `bin/i18ndude`. No need to run the whole buildout just to update the po files. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2b8ed0600..00f6b7883 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ docs:: bin/sphinx-build clean:: rm -rf docs/.build -pot: bin/i18ndude +pot: i18ndude rebuild-pot --exclude="generated prototype examples illustrations help" --pot $(EUPHORIE_POT) src/euphorie --create euphorie $(MAKE) $(MFLAGS) $(EUPHORIE_PO_FILES)