X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=8d478c8edc02ff4a800b17d58d2b8285ea9e2309;hb=97a6efb026d66df8024ebbbf9450f2f721d2d7e8;hp=0000000000000000000000000000000000000000;hpb=407d0a9cb8c734ab1f84e6965c6479311e0a2178;p=blog.git diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..8d478c8 --- /dev/null +++ b/Makefile @@ -0,0 +1,13 @@ +## Makefile to export org in blog file to html + +emacs ?= emacs + +OUT_DIR=/Users/peli3/Private/blog/_site + +all: + $(emacs) -Q --batch \ + -l ./blog.el \ + index.org \ + --eval '(org-publish-current-project t)' +clean: + rm -rf _site/*