~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/Makefile

  • Committer: Martin Pool
  • Date: 2005-03-14 07:07:24 UTC
  • Revision ID: mbp@sourcefrog.net-20050314070724-ba6c85db7d96c508
- add setup.py and install instructions
- rename main script to just bzr

Show diffs side-by-side

added added

removed removed

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