~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

- merge improvements to python-based installer
- don't restrict python-based installer to python 2.4 only because 2.5 is coming

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
 
65
65
# win32 python's distutils-based installer
66
66
# require to have python interpreter installed on win32
67
 
python-installer:
68
 
        python setup.py bdist_wininst --target-version=2.4 --title="Bazaar-NG" --install-script="bzr-win32-bdist-postinstall.py"
 
67
python-installer: docs
 
68
        python setup.py bdist_wininst --title="Bazaar-NG" --install-script="bzr-win32-bdist-postinstall.py"
69
69
 
70
70
 
71
71
# clean on win32 all installer-related files and directories