~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/Makefile

  • Committer: mbp at sourcefrog
  • Date: 2005-04-01 04:04:04 UTC
  • Revision ID: mbp@sourcefrog.net-20050401040404-c5cd90f539e27f91
bzr commit --help now works

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 \* 
 
8
        rsync -av *html escudero.ubuntu.com:/srv/www.bazaar-ng.org/www/doc/
13
9