~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Ian Clatworthy
  • Date: 2009-07-02 08:26:00 UTC
  • mto: (4527.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 4529.
  • Revision ID: ian.clatworthy@canonical.com-20090702082600-qwb1evvvfa8ctnye
first draft of a 2.0 Upgrade Guide

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
        doc/en/user-guide/index.txt \
91
91
        doc/en/mini-tutorial/index.txt \
92
92
        doc/en/developer-guide/HACKING.txt \
 
93
        doc/en/upgrade-guide/index.txt \
93
94
        $(wildcard doc/es/guia-usario/*.txt) \
94
95
        doc/es/mini-tutorial/index.txt \
95
96
        doc/index.txt \
143
144
doc/%/user-guide/index.html: $(wildcard $(addsuffix /*.txt, doc/%/user-guide)) 
144
145
        $(rst2html) --stylesheet=../../default.css $(dir $@)index.txt $@
145
146
 
 
147
doc/%/upgrade-guide/index.html: $(wildcard $(addsuffix /*.txt, doc/%/upgrade-guide)) 
 
148
        $(rst2html) --stylesheet=../../default.css $(dir $@)index.txt $@
 
149
 
146
150
# Set the paper size for PDF files.
147
151
# Options:  'a4' (ISO A4 size), 'letter' (US Letter size)
148
152
PAPERSIZE = a4