X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=31ee234baea84cfee8e1d81175c257d023e97f33;hb=fea9b7e286cc86f11844e371d67d184198afc287;hp=0cf1443869c0b526e84257216533fbaa2d6a38a3;hpb=aa39a89428410a00a80230c40c93e762caedcec9;p=myslice.git diff --git a/Makefile b/Makefile index 0cf14438..31ee234b 100644 --- a/Makefile +++ b/Makefile @@ -141,18 +141,6 @@ local-templates: force list-templates: plugins-templates local-templates -### #################### manage static contents (extract from all the modules into the single all-static location) -### static run-static static-run: force -### mkdir -p ./all-static/js all-static/css all-static/img -### ln -sf $(foreach x,$(shell $(MAKE-SILENT) list-js),../../$(x)) ./all-static/js -### ln -sf $(foreach x,$(shell $(MAKE-SILENT) list-css),../../$(x)) ./all-static/css -### ln -sf $(foreach x,$(shell $(MAKE-SILENT) list-img),../../$(x)) ./all-static/img -### -### clean-static static-clean: force -### rm -rf ./all-static -### -### all-static: clean-static run-static - #################### manage templates for the plugin area templates: force mkdir -p templates