ror-old-migrate/Makefile

8 lines
144 B
Makefile
Raw Permalink Normal View History

2016-08-23 00:55:59 +02:00
all: old.json
news_index.php:
wget -q 'https://old.ondarossa.info/news_index.php' -c
old.json: news_index.php readold.py
2016-08-23 10:06:09 +02:00
./readold.py $< $@