/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: John Arbash Meinel
  • Date: 2007-11-16 01:39:55 UTC
  • mfrom: (2998 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3003.
  • Revision ID: john@arbash-meinel.com-20071116013955-3zy651u2crhk31xx
[merge] bzr.dev 2998

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