~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

Merge bzr.dev

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
 
138
139
# make bzr.exe for win32 with py2exe
139
140
exe:
140
141
        @echo *** Make bzr.exe
 
142
        python setup.py build_ext -i -f
141
143
        python setup.py py2exe > py2exe.log
142
144
        python tools/win32/ostools.py copytodir tools/win32/start_bzr.bat win32_bzr.exe
143
145
        python tools/win32/ostools.py copytodir tools/win32/bazaar.url win32_bzr.exe
151
153
# win32 python's distutils-based installer
152
154
# require to have python interpreter installed on win32
153
155
python-installer: docs
154
 
        python setup.py bdist_wininst --install-script="bzr-win32-bdist-postinstall.py" -d .
 
156
        python24 setup.py bdist_wininst --install-script="bzr-win32-bdist-postinstall.py" -d .
 
157
        python25 setup.py bdist_wininst --install-script="bzr-win32-bdist-postinstall.py" -d .
155
158
 
156
159
 
157
160
# clean on win32 all installer-related files and directories