~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/Makefile

  • Committer: mbp at sourcefrog
  • Date: 2005-03-29 02:31:34 UTC
  • Revision ID: mbp@sourcefrog.net-20050329023134-2d1eb96c55831937
check size and sha1 of files retrieved from the tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
 
7
7
upload: all
8
 
        (echo 'cd www/doc'; ls *html | sed -e 's/^/put /') | sftp -b /dev/fd/0 bazng@escudero.ubuntu.com
 
8
        rsync -av *html escudero.ubuntu.com:/srv/www.bazaar-ng.org/www/doc/
 
9