~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Ian Clatworthy
  • Date: 2008-07-17 00:41:25 UTC
  • mto: This revision was merged to the branch mainline in revision 3545.
  • Revision ID: ian.clatworthy@canonical.com-20080717004125-xqq4jhlh9ldxgg7a
fix how cog.py is invoked on Windows (Mark Hammond)

Show diffs side-by-side

added added

removed removed

Lines of Context:
179
179
# win32 installer for bzr.exe
180
180
installer: exe copy-docs
181
181
        @echo *** Make windows installer
182
 
        cog.py -d -o tools/win32/bzr.iss tools/win32/bzr.iss.cog
 
182
        python tools/win32/run_script.py cog.py -d -o tools/win32/bzr.iss tools/win32/bzr.iss.cog
183
183
        iscc /Q tools/win32/bzr.iss
184
184
 
185
185
# win32 Python's distutils-based installer