~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Danilo Segan
  • Date: 2011-04-22 14:02:29 UTC
  • mto: This revision was merged to the branch mainline in revision 12910.
  • Revision ID: danilo@canonical.com-20110422140229-zhq4d4c2k8jpglhf
Ignore hidden files when building combined JS file.

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/*' -name '*.js')
 
32
JS_LP := $(shell find lib/lp/*/javascript ! -path '*/tests/*' -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