/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/Makefile

  • Committer: Martin Pool
  • Date: 2005-03-12 07:16:39 UTC
  • Revision ID: mbp@sourcefrog.net-20050312071639-0a8f59a34a024ff0
cope when gecos field doesn't have a comma

reported by ysaito, rooneg -- thanks

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%.html: %.txt
 
2
        rest2html $^ > $@.tmp && mv $@.tmp $@
 
3
 
 
4
all: $(addsuffix .html,$(basename $(wildcard *.txt)))
 
5
 
 
6
 
 
7
upload: all
 
8
        (echo 'cd www'; ls *html | sed -e 's/^/put /') | sftp -b /dev/fd/0 bazng@escudero.ubuntu.com