mirror of
https://github.com/brmlab/povoden.git
synced 2025-06-08 10:14:20 +02:00
fix OCD whitespace
This commit is contained in:
parent
8418e1b25f
commit
33b26c6c3f
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
|
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
|
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 $(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
|
$(XMLLINT) --xpath '$(DOPRAVAXPATH2)' $(DOPRAVATMP) > data/doprava_.html
|
||||||
mv data/doprava_.png data/doprava.png && mv data/doprava_.html data/doprava.html
|
mv data/doprava_.png data/doprava.png && mv data/doprava_.html data/doprava.html
|
||||||
rm $(DOPRAVATMP)
|
rm $(DOPRAVATMP)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue