aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4f025ab..6ee852c 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,7 @@ all: publish
publish: publish.el
@echo "Publishing... with current Emacs configurations."
emacs --batch --load publish.el --funcall org-publish-all
+ ./post-process.sh
python rss.py
publish_no_init: publish.el