~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-12-16 09:36:35 UTC
  • mfrom: (2184.1.1 setup.fixes)
  • Revision ID: pqm@pqm.ubuntu.com-20061216093635-ef3d14265a8a8b6b
(bialix) Bugfix #71681: fix of python-based installer postinstall
 script

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
# win32 python's distutils-based installer
96
96
# require to have python interpreter installed on win32
97
97
python-installer: docs
98
 
        python setup.py bdist_wininst --title="Bazaar" --install-script="bzr-win32-bdist-postinstall.py"
 
98
        python setup.py bdist_wininst --install-script="bzr-win32-bdist-postinstall.py"
99
99
 
100
100
 
101
101
# clean on win32 all installer-related files and directories