X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=74438a431430a3ec6f08a2f0043eab1bcc366b4d;hb=8fa475745bff5a615bc57869178ecab3e9628225;hp=355385517b30946acddad48a253ba0afa8a553d9;hpb=17a3607447bf4599160cdc920c50b80e7f481da8;p=myslice.git diff --git a/Makefile b/Makefile index 35538551..74438a43 100644 --- a/Makefile +++ b/Makefile @@ -81,6 +81,14 @@ THIRD-PARTY-RESOURCES += $(shell ls third-party/syntaxhighlighter/scripts/shBrus THIRD-PARTY-RESOURCES += $(shell ls third-party/syntaxhighlighter/styles/shCore.css) THIRD-PARTY-RESOURCES += $(shell ls third-party/syntaxhighlighter/styles/shCoreDefault.css) THIRD-PARTY-RESOURCES += $(shell ls third-party/syntaxhighlighter/styles/shThemeDefault.css) +# wizard plugin +THIRD-PARTY-RESOURCES += $(shell ls third-party/smartwizard-1636c86/js/jquery.smartWizard-2.0.js) +#THIRD-PARTY-RESOURCES += $(shell ls third-party/smartwizard-1636c86/js/jquery.smartWizard-2.0.min.js) +THIRD-PARTY-RESOURCES += $(shell ls third-party/smartwizard-1636c86/styles/smart_wizard.css) +# jquery.notify +THIRD-PARTY-RESOURCES += $(shell ls third-party/jquery-notify/jquery.notify.js) +THIRD-PARTY-RESOURCES += $(shell ls third-party/jquery-notify/jquery.notify.min.js) +THIRD-PARTY-RESOURCES += $(shell ls third-party/jquery-notify/ui.notify.css) thirdparty-js: