Delete files on the other side
This commit is contained in:
parent
463199bc6d
commit
7ce5f4a6ac
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue