~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Alexander Belchenko
  • Date: 2006-07-16 06:58:25 UTC
  • mto: (1861.2.3 installer.integration)
  • mto: This revision was merged to the branch mainline in revision 1906.
  • Revision ID: bialix@ukr.net-20060716065825-8688beba0ca97583
python-installer:
- install html docs to C:\Python24\Doc\Bazaar-NG
- make entry in Start => Programs => Bazaar-NG:
    * link to documentation index
    * start bzr help in cmd shell

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:
 
67
python-installer: docs
68
68
        python setup.py bdist_wininst --target-version=2.4 --title="Bazaar-NG" --install-script="bzr-win32-bdist-postinstall.py"
69
69
 
70
70