~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-07-17 01:01:14 UTC
  • mfrom: (3544.1.1 ianc-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080717010114-xbxqlwo42vqi0rif
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