aboutsummaryrefslogtreecommitdiffstats
path: root/site/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'site/Makefile')
-rw-r--r--site/Makefile9
1 files changed, 8 insertions, 1 deletions
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