aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYuchen Pei <me@ypei.me>2021-06-24 17:50:34 +1000
committerYuchen Pei <me@ypei.me>2021-06-24 17:50:34 +1000
commit11011d7c373c655830053b155eeaf632c2658ac7 (patch)
tree2e7ae85b013041fef7e733ddb4c74dd197c17f56 /Makefile
parent4f5ad1a70089365c5b6949d06386930433e09193 (diff)
Updated.
- added mathjax (freed) - added rss.py - updated publish.el - etc.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 981c785..4f025ab 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
+ python rss.py
publish_no_init: publish.el
@echo "Publishing... with --no-init."