~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Robert Collins
  • Date: 2007-06-19 00:48:22 UTC
  • mto: This revision was merged to the branch mainline in revision 2539.
  • Revision ID: robertc@robertcollins.net-20070619004822-wsop5g2arwu1lti4
Draft proposed integration order for performance changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
man1/bzr.1: $(MAN_DEPENDENCIES)
114
114
        python generate_docs.py -o $@ man
115
115
 
116
 
ALL_DOCS = $(htm_files) $(MAN_PAGES) doc/developers/HACKING.htm $(dev_htm_files)
 
116
ALL_DOCS = $(htm_files) $(MAN_PAGES) doc/developers/HACKING.htm $(dev_htm_files) doc/developers/performance.png
117
117
docs: $(ALL_DOCS)
118
118
 
119
119
copy-docs: docs
127
127
# clean produced docs
128
128
clean-docs:
129
129
        python tools/win32/ostools.py remove $(ALL_DOCS) \
130
 
        $(HTMLDIR) $(PRETTYDIR) doc/bzr_man.txt
 
130
        $(HTMLDIR) $(PRETTYDIR) doc/bzr_man.txt doc/developers/performance.png
 
131
 
 
132
 
 
133
# build a png of our performance task list
 
134
doc/developers/performance.png: doc/developers/performance.dot
 
135
        dot -Tpng $< -o$@
131
136
 
132
137
 
133
138
# make bzr.exe for win32 with py2exe