diff options
| author | 2013-10-02 00:02:08 +0200 | |
|---|---|---|
| committer | 2013-10-02 00:09:49 +0200 | |
| commit | 0c1c736bae53fd4c79df601dd2561ddf8e50bbaf (patch) | |
| tree | d5dafad0017a330936d0c5c3b3608dd688c90f2b /site/Makefile | |
| parent | deefa0c1632e213e6d129e83c9e2bb5e8076eb3e (diff) | |
| download | orgweb-0c1c736bae53fd4c79df601dd2561ddf8e50bbaf.tar.gz orgweb-0c1c736bae53fd4c79df601dd2561ddf8e50bbaf.zip | |
Update build script
Diffstat (limited to 'site/Makefile')
| -rw-r--r-- | site/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/site/Makefile b/site/Makefile index 0b628e7..bfdaa73 100644 --- a/site/Makefile +++ b/site/Makefile @@ -1,7 +1,12 @@ -export: +all: + +clean: + rm -rf _publish + +export: clean emacs -L ~/.emacs.d/vendor-lisp/org/lisp \ - -batch -l project.el \ + -L ~/.emacs.d/vendor-lisp/org/contrib/lisp -batch -l project.el \ -f org-publish-all -publish: +publish: export rsync -avuz --exclude=*~ _publish/ ryuslash.org:public_html/orgweb |
