~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Curtis Hovey
  • Date: 2011-12-21 15:53:56 UTC
  • mto: This revision was merged to the branch mainline in revision 14576.
  • Revision ID: curtis.hovey@canonical.com-20111221155356-75ms3wdju53n2shl
Move the remaining javascript to lp.app.

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