X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=38fde28e48c4e7e53e80ad31b67200eea1276087;hb=1c3f2ffe56800f166095d0b7c0011a6202b0bb4d;hp=3bbba8cdd419c13f1219550dd3f819f74e609104;hpb=18c083f0dc202683cf4ed2ba640195e577eb95fa;p=unfold.git diff --git a/Makefile b/Makefile index 3bbba8cd..38fde28e 100644 --- a/Makefile +++ b/Makefile @@ -32,9 +32,14 @@ THIRD-PARTY-RESOURCES += $(shell ls third-party/bootstrap/*/*) THIRD-PARTY-RESOURCES += $(shell ls third-party/datatables/js/dataTables.js) # likewise THIRD-PARTY-RESOURCES += $(shell ls third-party/jquery/js/jquery.js) -THIRD-PARTY-RESOURCES += $(shell ls third-party/jquery/css/jquery-ui.css) +# used in hazelnut +THIRD-PARTY-RESOURCES += $(shell ls third-party/jquery-ui/themes/base/jquery-ui.css) # spin comes in plain or min, + the jquery plugin, and our own settings THIRD-PARTY-RESOURCES += $(shell ls third-party/spin/*.js) +# used in QueryCode +THIRD-PARTY-RESOURCES += $(shell ls third-party/syntaxhighlighter/scripts/sh{Core,Autoloader,BrushPython,BrushRuby}.js) +THIRD-PARTY-RESOURCES += $(shell ls third-party/syntaxhighlighter/styles/sh{Core,CoreDefault,ThemeDefault}.css) + thirdparty-js: @find $(THIRD-PARTY-RESOURCES) -name '*.js'