~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-06-18 21:39:20 UTC
  • mfrom: (4459.1.1 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090618213920-8d1p9f28uomzfkvl
(jam) Add python2.6 as a target for building python installers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
254
254
py-inst-25: docs
255
255
        python25 setup.py bdist_wininst --install-script="bzr-win32-bdist-postinstall.py" -d .
256
256
 
257
 
python-installer: py-inst-24 py-inst-25
 
257
py-inst-26: docs
 
258
        python26 setup.py bdist_wininst --install-script="bzr-win32-bdist-postinstall.py" -d .
 
259
 
 
260
python-installer: py-inst-24 py-inst-25 py-inst-26
258
261
 
259
262
 
260
263
copy-docs: docs