From 722c34e3106777f9c37faf37a715edccbeec94bd Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 14 Jan 2005 18:00:26 +0000 Subject: better job at cleaning --- unix/man/mkfile | 2 +- unix/mkfile | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'unix') diff --git a/unix/man/mkfile b/unix/man/mkfile index ebafa198..6cf69e0a 100644 --- a/unix/man/mkfile +++ b/unix/man/mkfile @@ -45,4 +45,4 @@ MKSHELL=$PLAN9/bin/rc ./fixurls $target push:V: - rsync -e ssh *.html swtch:www/swtch.com/plan9port/unix/man + rsync -e ssh -t *.html swtch:www/swtch.com/plan9port/unix/man diff --git a/unix/mkfile b/unix/mkfile index 5f3ae189..c801b652 100644 --- a/unix/mkfile +++ b/unix/mkfile @@ -65,5 +65,6 @@ mk-with-libs.tgz:V: tgz:V: libutf.tgz libfmt.tgz libregexp9.tgz libbio.tgz mk.tgz mk-with-libs.tgz push: - rsync -e ssh *.tgz swtch:www/swtch.com/plan9port/unix - + rsync -e ssh -t *.tgz swtch:www/swtch.com/plan9port/unix + ssh swtch rm www/swtch.com/plan9port/unix/*.sha1 \ + www/swtch.com/plan9port/unix/*.md5 -- cgit v1.2.3