summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-04-24 23:54:10 +0200
committerGravatar Tom Willemse2014-04-24 23:54:10 +0200
commit163d49861ad5ed7d4d6eaa295b1e8d2f5429e47a (patch)
tree02c51c76435ac4141b7eb836916f62f07dcee8ee
parentee1d696ca8e7f6785f8469d463102ca8e0b60f52 (diff)
downloadorgweb-163d49861ad5ed7d4d6eaa295b1e8d2f5429e47a.tar.gz
orgweb-163d49861ad5ed7d4d6eaa295b1e8d2f5429e47a.zip
Don't delete the dotfiles directory
I use it to show my dotfiles, but they are not part of _this_ project.
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8525321..6d7fdcc 100644
--- a/Makefile
+++ b/Makefile
@@ -11,4 +11,5 @@ export: clean
$(MAKE) -C articles export
publish: export
- rsync -avuz --exclude=*~ --delete _publish/ ryuslash.org:public_html/orgweb
+ rsync -avuz --exclude=*~ --exclude=dotfiles/ --delete _publish/ \
+ ryuslash.org:public_html/orgweb