]> pere.pagekite.me Git - homepage.git/blob - blog/Makefile
Generated.
[homepage.git] / blog / Makefile
1 all: index.html
2
3 index.html: data/*.txt
4 ./generate-rss
5
6 clean:
7 $(RM) data/*~ *~
8
9 update: index.html
10 git add $$(cvs up|grep '^?' | cut -c3-) || true
11 git commit -m "Generated." . || true
12 git push
13 git push skolelinux
14 web: update
15 ssh maintainer.skolelinux.no "cd public_html/; git pull"
16
17 imagetag:
18 false
19 exiftool \
20 -ImageDescription="This is an example image" -Artist="Petter Reinholdtsen" -Copyright="This work is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA." -XMP-cc:License="http://creativecommons.org/licenses/by/4.0/"