ror-old-migrate/Makefile
2016-08-23 10:06:09 +02:00

7 lines
144 B
Makefile

all: old.json
news_index.php:
wget -q 'https://old.ondarossa.info/news_index.php' -c
old.json: news_index.php readold.py
./readold.py $< $@