~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Vincent Ladeuil
  • Date: 2007-06-27 07:47:36 UTC
  • mto: (2541.2.5 roadmap)
  • mto: This revision was merged to the branch mainline in revision 2558.
  • Revision ID: v.ladeuil+lp@free.fr-20070627074736-snyzwqfr6hdf2xh2
Minor cleanup.

* doc/developers/performance.dot: 
Use LR rankdir makes the graph easier to read.

* Makefile:
(doc/developers/performance.png): Add echo.

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