~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Robert Collins
  • Date: 2007-06-20 03:09:58 UTC
  • mto: This revision was merged to the branch mainline in revision 2539.
  • Revision ID: robertc@robertcollins.net-20070620030958-6ou886tyo5zpc3u4
Handle dot not being installed

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
 
        dot -Tpng $< -o$@
 
135
        @dot -Tpng $< -o$@ || echo "Dot not installed; skipping generation of $@"
136
136
 
137
137
 
138
138
# make bzr.exe for win32 with py2exe