aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2019-12-26 11:52:22 +0100
committerMatěj Cepl <mcepl@cepl.eu>2019-12-26 11:52:22 +0100
commitf39248d46bc064ed63d862b48168441013213858 (patch)
tree0ec3a6023b379a162f7616ca74d45fdcbb4ab487 /Makefile
parentcbbdeda4c31df80353e201f5405694ddbb1a1421 (diff)
downloadhesla-f39248d46bc064ed63d862b48168441013213858.tar.gz
Some improvements to make the scripts generate proper HTML pages again.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 977ac39..43e134b 100644
--- a/Makefile
+++ b/Makefile
@@ -9,8 +9,8 @@ FILES=hesla.js hesla.js.map require.js config.js config.js.map \
all: index.html index_de.html config.js activePage.js hesla.js
-index.html: generate_html_cs.py hes20-02.xml templates/czech.html templates/base.html
- ./generate_html_cs.py hes20-02.xml >$@
+index.html: generate_html_cs.py hes20-17.xml templates/czech.html templates/base.html
+ ./generate_html_cs.py hes20-17.xml >$@
index_de.html: generate_html_de.py hernnhut/2020/Losungen\ Free\ 2020.xml templates/german.html templates/base.html
./generate_html_de.py hernnhut/2020/Losungen\ Free\ 2020.xml >$@