aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2022-03-26 19:19:17 +0100
committerMatěj Cepl <mcepl@cepl.eu>2022-03-26 19:19:17 +0100
commiteaecff23868edec4e313735b492bc00090d85c4e (patch)
treefbaf50700383e5d4785cbf234c60261d7516830e /Makefile
parentddd8eba57685112295baa0d6883b8e1b128a1257 (diff)
downloadhesla-eaecff23868edec4e313735b492bc00090d85c4e.tar.gz
Fix icons, so the website could be installed (tested on Android).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 494b60c..69fa263 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
BABEL=node node_modules/babel-cli/bin/babel.js
FILES=hesla.js hesla.js.map require.js config.js config.js.map \
- activePage.js activePage.js.map icon-*.png lamb-of-God.svg sworker.js \
- index_de.html index.html screen.css hesla.webapp favicon.ico \
+ activePage.js activePage.js.map favicon-*.png a*.png lamb-of-God.svg sworker.js \
+ index_de.html index.html screen.css hesla.webapp site.webmanifest favicon.ico \
google9815148f4ac1407f.html config.es hesla.es activePage.es
%.js: %.es
@@ -17,7 +17,7 @@ index_de.html: generate_html_de.py hernnhut/2022/Losungen\ Free\ 2022.xml templa
hesla-chrome.zip:
zip -9vT $@ google9815148f4ac1407f.html \
- hesla.js icon-128.png icon-30.png icon-60.png \
+ hesla.js favicon*.png a*.png \
index_de.html index.html manifest.json screen.css
install: $(FILES)