From bde1e333be9a463fed103ebb9963431b06f70604 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Fri, 25 Mar 2022 16:29:21 +0100 Subject: remove pot workaround by using gettext builder directly --- Makefile | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8f8e08e..1fdbbdf 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,6 @@ BUILDDIR = _build MDFILES = index.md $(shell find . -type f -name '*.md') LOCALES = en LOCALEFILES = $(LOCALES:%=locales/%/LC_MESSAGES/package.po) -DIRS = locales # Put it first so that "make" without argument is like "make help". help: @@ -37,14 +36,8 @@ $(LOCALEFILES): locales/%/LC_MESSAGES/package.po: locales/package.pot sphinx-intl update -p $(