aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: f683cb6476823c63c5faa5db4f64df49d73eaf4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
EMACS=emacs -q --no-site-file

usage:
	@echo "usage: make fripost-web will publish the site to publish/"
	@echo "       make usage displays this message."
	@echo

all:
	make fripost-web

fripost-web:
	$(EMACS) -batch -L . \
		-l "fripost-web.el" \
		-eval "(org-publish-project \"fripost-web\")"