~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: William Grant
  • Date: 2011-07-11 10:13:38 UTC
  • mto: This revision was merged to the branch mainline in revision 13403.
  • Revision ID: william.grant@canonical.com-20110711101338-2l9sv25hfidrz2ky
Don't exclude lib/lp/contrib JS... we need the accordion widget.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
endif
27
27
 
28
28
JS_SOURCE_PATHS = -path './lib/lp/*/javascript/*' ! -path '*/tests/*' \
29
 
    ! -path '*/testing/*' ! -path './lib/lp/services/*' \
30
 
    ! -path './lib/lp/contrib/*'
 
29
    ! -path '*/testing/*' ! -path './lib/lp/services/*'
31
30
JS_YUI := $(shell utilities/yui-deps.py $(JS_BUILD:raw=))
32
31
JS_OTHER := $(wildcard lib/canonical/launchpad/javascript/*/*.js)
33
32
JS_LP := $(shell find $(JS_SOURCE_PATHS) -name '*.js' ! -name '.*.js' )