From 83fe8c4485a71ff969f00f7979be760ab17f2a5f Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 3 Jun 2014 22:12:15 +0200 Subject: Make the articles before the main pages This way the export target doesn't have to be called twice to update the list of posts. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6d7fdcc..edf17bf 100644 --- a/Makefile +++ b/Makefile @@ -5,10 +5,10 @@ clean: rm -rf _publish/projects export: clean + $(MAKE) -C articles export 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=*~ --exclude=dotfiles/ --delete _publish/ \ -- cgit v1.2.3-54-g00ecf