Delete files on the other side

This commit is contained in:
Tom Willemse 2014-03-30 23:33:45 +02:00
parent 463199bc6d
commit 7ce5f4a6ac

View file

@ -11,4 +11,4 @@ export: clean
$(MAKE) -C articles export $(MAKE) -C articles export
publish: export publish: export
rsync -avuz --exclude=*~ _publish/ ryuslash.org:public_html/orgweb rsync -avuz --exclude=*~ --delete _publish/ ryuslash.org:public_html/orgweb