Don't delete the dotfiles directory

I use it to show my dotfiles, but they are not part of _this_ project.
This commit is contained in:
Tom Willemse 2014-04-24 23:54:10 +02:00
parent ee1d696ca8
commit 163d49861a

View file

@ -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