summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-06-03 22:12:15 +0200
committerGravatar Tom Willemse2014-06-03 22:12:15 +0200
commit83fe8c4485a71ff969f00f7979be760ab17f2a5f (patch)
tree44b40e7c97f9f41d89bb9c80c9783ddf80b68054
parent12ec5be35311f754beeccda37889e04ff3fb4d2a (diff)
downloadorgweb-83fe8c4485a71ff969f00f7979be760ab17f2a5f.tar.gz
orgweb-83fe8c4485a71ff969f00f7979be760ab17f2a5f.zip
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.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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/ \