aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to '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 $< $@