From 879aef7f899a164f40604bfcecd7820e959b11df Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 25 Nov 2013 01:29:47 +0100 Subject: Separate export of articles To keep Creation dates somewhat more close to their actual creation date. --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bfdaa73..7c35ec7 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,14 @@ all: clean: - rm -rf _publish + rm -f _publish/*.* + rm -rf _publish/projects export: clean - emacs -L ~/.emacs.d/vendor-lisp/org/lisp \ + emacs -L $(CURDIR) -L ~/.emacs.d/vendor-lisp/org/lisp \ -L ~/.emacs.d/vendor-lisp/org/contrib/lisp -batch -l project.el \ -f org-publish-all + $(MAKE) -C articles export publish: export rsync -avuz --exclude=*~ _publish/ ryuslash.org:public_html/orgweb -- cgit v1.3-2-g0d8e