# This file is released into the public domain. publish: publish.el @echo "Publishing..." emacs --batch --load publish.el --funcall org-publish-all ./post-process.sh python rss.py clean: @echo "Cleaning up.." @rm -rvf *.elc @rm -rvf site @rm -rvf ~/.org-timestamps/*