~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

Misc fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
JS_YUI := $(shell utilities/yui-deps.py $(JS_BUILD:raw=))
30
30
JS_LAZR := $(LAZR_BUILT_JS_ROOT)/lazr.js
31
31
JS_OTHER := $(wildcard lib/canonical/launchpad/javascript/*/*.js)
32
 
JS_LP := $(shell find lib/lp/*/javascript ! -path '*/tests/*' -path '*/app/lazr/*' -name '*.js' ! -name '.*.js' )
 
32
JS_LP := $(shell find lib/lp/*/javascript ! -path '*/tests/*' ! -path '*/app/javascript/lazr/*' -name '*.js' ! -name '.*.js' )
33
33
JS_ALL := $(JS_YUI) $(JS_LAZR) $(JS_OTHER) $(JS_LP)
34
34
JS_OUT := $(LP_BUILT_JS_ROOT)/launchpad.js
35
35
 
36
 
MINS_TO_SHUTDOWN=15
 
36
INS_TO_SHUTDOWN=15
37
37
 
38
38
CODEHOSTING_ROOT=/var/tmp/bazaar.launchpad.dev
39
39