From 3a7f5652c400d21be5940212f498e16d68377e09 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 13 Oct 2024 20:41:59 +0200 Subject: add missing dep on template in makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index adbb9bc..6ccfaba 100644 --- a/makefile +++ b/makefile @@ -13,7 +13,7 @@ all: $(out) clean: rm -f $(out) -index.%.html: dist-extra/locale/%.ini dist-extra/locale/en.ini +index.%.html: index_template.html dist-extra/locale/%.ini dist-extra/locale/en.ini python translate.py $(*) index.html: index.en.html cp $< $@ -- cgit v1.2.3-70-g09d2