|
|
|
@ -3,6 +3,8 @@
|
|
|
|
|
.PHONY: website
|
|
|
|
|
.PHONY: json
|
|
|
|
|
|
|
|
|
|
website: web/index.html web/reviews.json web/style.css web/table.html
|
|
|
|
|
|
|
|
|
|
reviews.json: blog.md parse-md.py
|
|
|
|
|
python3 parse-md.py
|
|
|
|
|
|
|
|
|
@ -18,9 +20,7 @@ web/reviews.json: reviews.json
|
|
|
|
|
deploy: website
|
|
|
|
|
rsync -a --no-i-r --info=progress2 web/ cyberbly.at:pesto-blog/
|
|
|
|
|
|
|
|
|
|
website: web/index.html web/reviews.json web/style.css web/table.html
|
|
|
|
|
|
|
|
|
|
json: reviews.json
|
|
|
|
|
|
|
|
|
|
clean:
|
|
|
|
|
rm web/reviews.json web/index.html reviews.json
|
|
|
|
|
rm web/reviews.json web/index.html reviews.json
|
|
|
|
|