~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-11-06 09:32:53 UTC
  • mfrom: (2946.2.2 installer)
  • Revision ID: pqm@pqm.ubuntu.com-20071106093253-8f3a6b1nhw56f3mk
uninstall action shortcut for windows python-based installer

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