From 1027b3c7d654dd9f0dc988b66f14bffbdff97003 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 27 May 2013 22:51:54 +0200 Subject: Add user manual to site --- site/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'site/Makefile') diff --git a/site/Makefile b/site/Makefile index 700cc6f..c7a2f82 100644 --- a/site/Makefile +++ b/site/Makefile @@ -2,9 +2,16 @@ all: -export: +export: manual emacs -batch -l project.el -f org-publish-all publish: export rsync -avuz --delete --exclude='*~' _publish/ \ ryuslash.org:public_html/orgweb/projects/gitto + +manual: + $(MAKE) -C "$(CURDIR)"/../doc html + +clean: + rm -f *.elc + rm -rf _publish -- cgit v1.3-2-g0d8e