~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Martin Pool
  • Date: 2009-06-16 04:27:11 UTC
  • mto: This revision was merged to the branch mainline in revision 4464.
  • Revision ID: mbp@sourcefrog.net-20090616042711-bd315s45piv2wykj
Makefile: Any code change in bzrlib should rebuild the manpage

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
        $(rst2html) --stylesheet=../../default.css $< $@
167
167
 
168
168
MAN_DEPENDENCIES = bzrlib/builtins.py \
169
 
                 bzrlib/bundle/commands.py \
170
 
                 bzrlib/conflicts.py \
171
 
                 bzrlib/help_topics/__init__.py \
172
 
                 bzrlib/bzrdir.py \
173
 
                 bzrlib/sign_my_commits.py \
174
 
                 bzrlib/bugtracker.py \
175
 
                 tools/generate_docs.py \
176
 
                 tools/doc_generate/__init__.py \
177
 
                 tools/doc_generate/autodoc_man.py \
178
 
                 tools/doc_generate/autodoc_rstx.py \
179
 
                 $(wildcard $(addsuffix /*.txt, bzrlib/help_topics/en)) 
 
169
        $(wildcard bzrlib/*.py) \
 
170
        $(wildcard bzrlib/*/*.py) \
 
171
        tools/generate_docs.py \
 
172
        $(wildcard $(addsuffix /*.txt, bzrlib/help_topics/en)) 
180
173
 
181
174
doc/en/user-reference/bzr_man.txt: $(MAN_DEPENDENCIES)
182
175
        PYTHONPATH=.:$$PYTHONPATH $(PYTHON) tools/generate_docs.py -o $@ rstx