~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-22 04:45:35 UTC
  • mfrom: (14565.2.24 apocalyptic-pieces)
  • Revision ID: launchpad@pqm.canonical.com-20111222044535-jbjyzq3hzwiy7g20
[rs=sinzui][no-qa] Move javascript and scripts to lp. Dismantle
 mailnotification.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
endef
33
33
 
34
34
JS_YUI := $(shell utilities/yui-deps.py $(JS_BUILD:raw=))
35
 
JS_OTHER := $(wildcard lib/canonical/launchpad/javascript/*/*.js)
36
 
JS_LP := $(shell find $(JS_LP_PATHS) -name '*.js' ! -name '.*.js')
37
 
JS_ALL := $(JS_YUI) $(JS_OTHER) $(JS_LP)
 
35
JS_LP := $(shell find -L $(JS_LP_PATHS) -name '*.js' ! -name '.*.js')
 
36
JS_ALL := $(JS_YUI) $(JS_LP)
38
37
JS_OUT := $(LP_BUILT_JS_ROOT)/launchpad.js
39
38
 
40
39
MINS_TO_SHUTDOWN=15