mirror of
https://github.com/brmlab/povoden.git
synced 2025-06-07 17:54:10 +02:00
missing semicolon
This commit is contained in:
parent
352d86ce9c
commit
f39db619ec
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -25,7 +25,7 @@ DOPRAVAXPATH2=//div[@id="content-container"]/div[@id="pole"]/div/div[2]//*[@clas
|
|||
|
||||
# function
|
||||
get-voda = \
|
||||
echo Station $(STATION) \
|
||||
echo; echo *Station $(STATION)* ; \
|
||||
wget '$(VODAIMG1)' -O data/stav_$(STATION).png_; \
|
||||
wget '$(VODAIMG2)' -O data/prutok_$(STATION).png_; \
|
||||
wget '$(VODAURL)' -O - | $(XMLLINT) --encode utf8 - | $(XMLLINT) --xpath '$(VODAXPATH)' - > data/table_$(STATION).html_; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue