From 25d8a34b806069c50f20d02553deb4eacd4c6919 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Mon, 3 Jun 2013 17:59:23 +0200 Subject: [PATCH] uncomment wgets --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b82f75d..12a6ddb 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,8 @@ all: index.html doprava.html refresh: curl 'http://hydro.chmi.cz/hpps/popup_hpps_prfdyn.php?seq=307225' | sed -n '154,333 p' > data/table.html - #wget 'http://hydro.chmi.cz/hpps/tmp/img/big/307225_H.png' -O data/stav.png - #wget 'http://hydro.chmi.cz/hpps/tmp/img/big/307225_Q.png' -O data/prutok.png + wget 'http://hydro.chmi.cz/hpps/tmp/img/big/307225_H.png' -O data/stav.png + wget 'http://hydro.chmi.cz/hpps/tmp/img/big/307225_Q.png' -O data/prutok.png %.html: %.haml $(HAML) $< $@