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:
parent
ee1d696ca8
commit
163d49861a
1 changed files with 2 additions and 1 deletions
3
Makefile
3
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
|
||||
|
|
Loading…
Reference in a new issue