diff options
Diffstat (limited to 'unix')
-rw-r--r-- | unix/man/mkfile | 2 | ||||
-rw-r--r-- | unix/mkfile | 5 |
2 files changed, 4 insertions, 3 deletions
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 |