~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: John Arbash Meinel
  • Date: 2009-07-31 19:09:31 UTC
  • mto: This revision was merged to the branch mainline in revision 4592.
  • Revision ID: john@arbash-meinel.com-20090731190931-uv3yk1zpmb2wxh5r
Try to update the buildout rules for the newest versions of everything.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
PYTHON=python
24
24
PYTHON24=python24
25
25
PYTHON25=python25
 
26
PYTHON26=python26
26
27
BZR_TARGET=release
27
28
PLUGIN_TARGET=plugin-release
28
29
PYTHON_BUILDFLAGS=
277
278
        $(PYTHON25) setup.py bdist_wininst --install-script="bzr-win32-bdist-postinstall.py" -d .
278
279
 
279
280
py-inst-26: docs
280
 
        python26 setup.py bdist_wininst --install-script="bzr-win32-bdist-postinstall.py" -d .
 
281
        $(PYTHON26) setup.py bdist_wininst --install-script="bzr-win32-bdist-postinstall.py" -d .
281
282
 
282
283
python-installer: py-inst-24 py-inst-25 py-inst-26
283
284