aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: ec722c6787888453959359a0e3a8b02d71b33b46 (plain)
1
2
3
4
5
6
7
8
EMACS=emacs -q --no-site-file

all:	fripost-web

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