mirror of
https://github.com/brmlab/povoden.git
synced 2025-06-09 02:34:00 +02:00
uncomment wgets
This commit is contained in:
parent
2c39434c39
commit
25d8a34b80
1 changed files with 2 additions and 2 deletions
4
Makefile
4
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) $< $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue