aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-10-13 20:41:59 +0200
committermetamuffin <metamuffin@disroot.org>2024-10-13 20:41:59 +0200
commit3a7f5652c400d21be5940212f498e16d68377e09 (patch)
tree7d7d8582c5a2c514c00af13e6f5e159fffb2473a
parent5634f74696a690088ef7a2ecd267e882d73a347b (diff)
downloadhurrycurry-website-3a7f5652c400d21be5940212f498e16d68377e09.tar
hurrycurry-website-3a7f5652c400d21be5940212f498e16d68377e09.tar.bz2
hurrycurry-website-3a7f5652c400d21be5940212f498e16d68377e09.tar.zst
add missing dep on template in makefile
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
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 $< $@