~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/Makefile

  • Committer: Andrew Bennetts
  • Date: 2011-02-03 01:02:16 UTC
  • mto: This revision was merged to the branch mainline in revision 5641.
  • Revision ID: andrew.bennetts@canonical.com-20110203010216-yi9stzobqcj2wivf
Update doc index links to What's New in 2.4 (rather than 2.3).

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/doc'; ls *html | sed -e 's/^/put /') | sftp -b /dev/fd/0 bazng@escudero.ubuntu.com