mirror of
https://github.com/brmlab/povoden.git
synced 2025-06-08 02:04:01 +02:00
Merge branch 'master' of github.com:brmlab/povoden
This commit is contained in:
commit
a793a6c0c7
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -26,9 +26,9 @@ refresh:
|
|||
wget '$(VODAURL)' -O - | $(XMLLINT) --encode utf8 - | $(XMLLINT) --xpath '$(VODAXPATH)' - > data/table_.html
|
||||
mv data/stav_.png data/stav.png && mv data/prutok_.png data/prutok.png && mv data/table_.html data/table.html
|
||||
|
||||
refreshdpp:
|
||||
refreshdpp:
|
||||
wget $(DOPRAVAURL) -O - | $(XMLLINT) --encode utf8 - > $(DOPRAVATMP)
|
||||
wget $$($(XMLLINT) --html --xpath '$(DOPRAVAXPATH1)' $(DOPRAVATMP)) -O - | convert - data/doprava_.png
|
||||
wget $$($(XMLLINT) --html --xpath '$(DOPRAVAXPATH1)' $(DOPRAVATMP)) -O - | convert - data/doprava_.png
|
||||
$(XMLLINT) --xpath '$(DOPRAVAXPATH2)' $(DOPRAVATMP) > data/doprava_.html
|
||||
mv data/doprava_.png data/doprava.png && mv data/doprava_.html data/doprava.html
|
||||
rm $(DOPRAVATMP)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue