/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 Makefile

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-07-13 08:08:05 UTC
  • mfrom: (4527.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090713080805-x2kz90cdzjwdegpc
(igc) Bazaar 2.0 Upgrade Guide

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
        $(wildcard doc/*/user-guide/index.txt) \
91
91
        $(derived_txt_files) \
92
92
        doc/en/developer-guide/HACKING.txt \
 
93
        doc/en/upgrade-guide/index.txt \
 
94
        $(wildcard doc/es/guia-usario/*.txt) \
 
95
        doc/es/mini-tutorial/index.txt \
93
96
        doc/index.txt \
94
97
        $(wildcard doc/index.*.txt)
95
98
non_txt_files := \
178
181
man1/bzr.1: $(MAN_DEPENDENCIES)
179
182
        PYTHONPATH=.:$$PYTHONPATH $(PYTHON) tools/generate_docs.py -o $@ man
180
183
 
 
184
upgrade_guide_dependencies =  $(wildcard $(addsuffix /*.txt, doc/en/upgrade-guide)) 
 
185
 
 
186
doc/en/upgrade-guide/index.html: $(upgrade_guide_dependencies)
 
187
        $(rst2html) --stylesheet=../../default.css $(dir $@)index.txt $@
 
188
 
181
189
# build a png of our performance task list
182
190
183
191
# this is no longer built by default; you can build it if you want to look at it