X-Git-Url: http://pere.pagekite.me/gitweb/homepage.git/blobdiff_plain/08f6b5bc8a3c905fb981896157ff8f5bc23f9b73..3dc0483817e2352554c9d1e75352e1f09302f4d3:/blog/Makefile diff --git a/blog/Makefile b/blog/Makefile index f394743517..44831f3d48 100644 --- a/blog/Makefile +++ b/blog/Makefile @@ -8,7 +8,13 @@ clean: update: index.html git add $$(cvs up|grep '^?' | cut -c3-) || true - git commit -m "Generated." . - git push; git push skolelinux + git commit -m "Generated." . || true +# git push + git push skolelinux web: update - ssh user.skolelinux.no "cd public_html/; git pull" + 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/"