X-Git-Url: http://pere.pagekite.me/gitweb/homepage.git/blobdiff_plain/530bf7e95be15361c37ac2284a670ff12d890296..02a04331c0b23eed4f6f12197879b58434851e13:/blog/Makefile diff --git a/blog/Makefile b/blog/Makefile index 4b33c491c0..125109d133 100644 --- a/blog/Makefile +++ b/blog/Makefile @@ -7,5 +7,14 @@ clean: $(RM) data/*~ *~ update: index.html - cvs add $$(cvs up|grep '^?' | cut -c3-) - cvs commit -m "Generated." + git add $$(cvs up|grep '^?' | cut -c3-) || true + git commit -m "Generated." . || true + git push + git push skolelinux +web: update + ssh maintainer.skolelinux.no "cd public_html/; git pull" + +imagetag: + false + exiftool \ + -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/"