~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Edwin Grubbs
  • Date: 2010-03-05 21:47:03 UTC
  • mto: This revision was merged to the branch mainline in revision 10433.
  • Revision ID: edwin.grubbs@canonical.com-20100305214703-qzsjgm9zjra01dt6
Fixed bin/py rule.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
# It is impossible to get buildout to tell us all the files it would
38
38
# build, since each egg's setup.py doesn't tell us that information.
39
39
BUILDOUT_BIN = \
40
 
    bin/apiindex bin/combine-css bin/fl-build-report \
 
40
    $(PY) bin/apiindex bin/combine-css bin/fl-build-report \
41
41
    bin/fl-credential-ctl bin/fl-install-demo bin/fl-monitor-ctl \
42
42
    bin/fl-record bin/fl-run-bench bin/fl-run-test bin/googletestservice \
43
43
    bin/i18ncompile bin/i18nextract bin/i18nmergeall bin/i18nstats \
44
44
    bin/harness bin/iharness bin/ipy bin/jsbuild bin/jslint bin/jssize \
45
45
    bin/jstest bin/killservice bin/kill-test-services bin/lint.sh \
46
 
    bin/lp-windmill bin/py bin/retest bin/run bin/sprite-util \
 
46
    bin/lp-windmill bin/retest bin/run bin/sprite-util \
47
47
    bin/start_librarian bin/stxdocs bin/tags bin/test bin/tracereport \
48
48
    bin/twistd bin/update-download-cache bin/windmill
49
49