~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Alexander Belchenko
  • Date: 2007-10-26 21:49:15 UTC
  • mto: (2947.4.2 0.92)
  • mto: This revision was merged to the branch mainline in revision 2971.
  • Revision ID: bialix@ukr.net-20071026214915-5eacqh9k2ps6jagj
windows python-based installer: shortcut for uninstall action

Show diffs side-by-side

added added

removed removed

Lines of Context:
167
167
 
168
168
# win32 Python's distutils-based installer
169
169
# require to have Python interpreter installed on win32
170
 
python-installer: docs
 
170
py-inst-24: docs
171
171
        python24 setup.py bdist_wininst --install-script="bzr-win32-bdist-postinstall.py" -d .
 
172
 
 
173
py-inst-25: docs
172
174
        python25 setup.py bdist_wininst --install-script="bzr-win32-bdist-postinstall.py" -d .
173
175
 
 
176
python-installer: py-inst-24 py-inst-25
 
177
 
 
178
 
174
179
copy-docs: docs
175
180
        $(PYTHON) tools/win32/ostools.py copytodir README win32_bzr.exe/doc
176
181
        $(PYTHON) tools/win32/ostools.py copytree $(WEB_DOCS) win32_bzr.exe