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