~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Ian Booth
  • Date: 2011-07-11 01:34:32 UTC
  • mto: This revision was merged to the branch mainline in revision 13401.
  • Revision ID: ian.booth@canonical.com-20110711013432-nownhq3e0n2qb67u
Fix wildcards

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 '*lp/services/*' ! -path '*lib/lp/contrib/*'
 
29
    ! -path '*/testing/*' ! -path './lib/lp/services/*' \
 
30
    ! -path './lib/lp/contrib/*'
30
31
JS_YUI := $(shell utilities/yui-deps.py $(JS_BUILD:raw=))
31
32
JS_OTHER := $(wildcard lib/canonical/launchpad/javascript/*/*.js)
32
33
JS_LP := $(shell find $(JS_SOURCE_PATHS) -name '*.js' ! -name '.*.js' )