~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to Makefile

Add buildout support

Show diffs side-by-side

added added

removed removed

Lines of Context:
183
183
# launchpad.js roll-up files.  They fiddle with built-in functions!
184
184
# See Bug 482340.
185
185
jsbuild_minify: bin/jsbuild
186
 
        rm $(LAZR_BUILT_JS_ROOT)/yui
187
 
        ln -s ../../../../lp-sourcedeps/yui-3.3/yui $(LAZR_BUILT_JS_ROOT)/yui
188
 
        bin/jsbuild \
 
186
        ${SHHH} bin/jsbuild \
189
187
            --builddir $(LAZR_BUILT_JS_ROOT) \
190
188
            --exclude testing/ --filetype $(JS_BUILD)
191
189
 
198
196
        cat $^ > $@
199
197
endif
200
198
 
201
 
jsbuild: $(JS_OUT)
 
199
jsbuild: $(PY) $(JS_OUT)
202
200
 
203
201
eggs:
204
202
        # Usually this is linked via link-external-sourcecode, but in