~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Jonathan Lange
  • Date: 2009-06-26 08:46:52 UTC
  • mto: (4484.1.1 bring-1.16.1-back)
  • mto: This revision was merged to the branch mainline in revision 4485.
  • Revision ID: jml@canonical.com-20090626084652-x7wn8yimd3fj0j0y
Tweak NEWS slightly based on mbp's feedback.

Show diffs side-by-side

added added

removed removed

Lines of Context:
177
177
        $(rst2html) --stylesheet=../../default.css $< $@
178
178
 
179
179
MAN_DEPENDENCIES = bzrlib/builtins.py \
180
 
        $(wildcard bzrlib/*.py) \
181
 
        $(wildcard bzrlib/*/*.py) \
182
 
        tools/generate_docs.py \
183
 
        $(wildcard $(addsuffix /*.txt, bzrlib/help_topics/en)) 
 
180
                 bzrlib/bundle/commands.py \
 
181
                 bzrlib/conflicts.py \
 
182
                 bzrlib/help_topics/__init__.py \
 
183
                 bzrlib/bzrdir.py \
 
184
                 bzrlib/sign_my_commits.py \
 
185
                 bzrlib/bugtracker.py \
 
186
                 generate_docs.py \
 
187
                 tools/doc_generate/__init__.py \
 
188
                 tools/doc_generate/autodoc_man.py \
 
189
                 tools/doc_generate/autodoc_rstx.py \
 
190
                 $(wildcard $(addsuffix /*.txt, bzrlib/help_topics/en)) 
184
191
 
185
192
doc/en/user-reference/bzr_man.txt: $(MAN_DEPENDENCIES)
186
 
        PYTHONPATH=.:$$PYTHONPATH $(PYTHON) tools/generate_docs.py -o $@ rstx
 
193
        $(PYTHON) generate_docs.py -o $@ rstx
187
194
 
188
195
doc/en/release-notes/NEWS.txt: NEWS
189
196
        $(PYTHON) -c "import shutil; shutil.copyfile('$<', '$@')"
190
197
 
191
198
MAN_PAGES = man1/bzr.1
192
199
man1/bzr.1: $(MAN_DEPENDENCIES)
193
 
        PYTHONPATH=.:$$PYTHONPATH $(PYTHON) tools/generate_docs.py -o $@ man
 
200
        $(PYTHON) generate_docs.py -o $@ man
194
201
 
195
202
# build a png of our performance task list
196
203
247
254
py-inst-25: docs
248
255
        python25 setup.py bdist_wininst --install-script="bzr-win32-bdist-postinstall.py" -d .
249
256
 
250
 
py-inst-26: docs
251
 
        python26 setup.py bdist_wininst --install-script="bzr-win32-bdist-postinstall.py" -d .
252
 
 
253
 
python-installer: py-inst-24 py-inst-25 py-inst-26
 
257
python-installer: py-inst-24 py-inst-25
254
258
 
255
259
 
256
260
copy-docs: docs