mirror of
https://github.com/brmlab/povoden.git
synced 2025-06-09 02:34:00 +02:00
new version
This commit is contained in:
parent
f891540e66
commit
5fb07fd6b5
21 changed files with 146 additions and 73 deletions
14
Makefile
Normal file
14
Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
HAML=haml
|
||||
|
||||
all: index.html doprava.html
|
||||
|
||||
refresh:
|
||||
curl 'http://vvv.chmi.cz/hydro/detail_stanice/307225.html' | sed -n '153,302 p' > data/table.html
|
||||
wget 'http://vvv.chmi.cz/hydro/graph/big/307225_H.png' -O data/stav.png
|
||||
wget 'http://vvv.chmi.cz/hydro/graph/big/307225_Q.png' -O data/prutok.png
|
||||
|
||||
%.html: %.haml
|
||||
$(HAML) $< $@
|
||||
|
||||
clean:
|
||||
rm -f *.html
|
Loading…
Add table
Add a link
Reference in a new issue