From a12c40383fef2c31cd2c50d22dbfe037a7e4492f Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 11 Jan 2011 10:19:47 +0100 Subject: Add a Makefile --- Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..f683cb6 --- /dev/null +++ b/Makefile @@ -0,0 +1,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\")" -- cgit v1.2.3