X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=f1f19bbb407c006e9059e79279a2e951e4cf5e86;hb=a53c940d2f5e1473627beaba542963c2834c6eb9;hp=e375ae70a6d782be1c6ed8590bd75bf9fd207415;hpb=62377256bf242f91f477a1896c6c0f670a0db5a1;p=myslice.git diff --git a/Makefile b/Makefile index e375ae70..f1f19bbb 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ thirdparty-js: thirdparty-css: @find $(THIRD-PARTY-RESOURCES) -name '*.css' thirdparty-img: - @find $(THIRD-PARTY-RESOURCES) -name '*.png' + @find $(THIRD-PARTY-RESOURCES) -name '*.png' -o -name '*.ico' # we might have any of these as templates - e.g. ./unfold/templates/plugin-init.js # so if there's a /templates/ in the path ignore the file @@ -49,7 +49,7 @@ local-js: force local-css: force @find . -type f -name '*.css' | egrep -v 'all-(static|templates)/|/third-party/|/templates/' local-img: force - @find . -type f -name '*.png' | egrep -v 'all-(static|templates)/|/third-party/|/templates/' + @find . -type f -name '*.png' -o -name '*.ico' | egrep -v 'all-(static|templates)/|/third-party/|/templates/' list-js: thirdparty-js local-js list-css: thirdparty-css local-css