~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-06-28 04:44:59 UTC
  • mfrom: (2541.2.6 roadmap)
  • Revision ID: pqm@pqm.ubuntu.com-20070628044459-ycsqzvmdvd2u9r4d
(robertc) Document contributing to the performance effort and improve the roadmap dependency .png. (Robert Collins, Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
 
133
133
# build a png of our performance task list
134
134
doc/developers/performance.png: doc/developers/performance.dot
 
135
        @echo Generating $@
135
136
        @dot -Tpng $< -o$@ || echo "Dot not installed; skipping generation of $@"
136
137
 
137
138