aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2012-09-21 10:47:25 +0200
committerMatěj Cepl <mcepl@redhat.com>2012-09-21 10:47:25 +0200
commit15d3eb4cd72cc6339ffc24721bcf15cb5185ebc6 (patch)
treea549a6a34e22facbd24925578941877afa9d2a08 /Makefile
parent35fac16e2d78068819205de9dbcfcf20e0d6c813 (diff)
downloadhesla-15d3eb4cd72cc6339ffc24721bcf15cb5185ebc6.tar.gz
Add Mozilla webapp metadata and Javascript to show today's hesla.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..82c22aa
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,12 @@
+#FILES=favicon.png
+FILES=hesla.js icon-128.png index.html robots.txt screen.css hesla.appcache \
+ hesla.webapp
+
+all: index.html
+
+index.html: generate_html.py hes12-01.xml
+ python generate_html.py hes12-01.xml >$@
+
+install: $(FILES)
+ rsync -avz --delete $(FILES) /home/matej/Dokumenty/website/luther/hesla/
+ websync