~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-07-11 10:25:27 UTC
  • mfrom: (13402.1.2 argh)
  • Revision ID: launchpad@pqm.canonical.com-20110711102527-w12q0c4wryt1duzr
[release-critical=wgrant][r=wgrant][rollback=808561] Restore the
 accordion widget to launchpad.js.

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' )