mostly all the resources (templates/static) should be at their right
[myslice.git] / Makefile
index 8206a48..4168c6b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -23,9 +23,11 @@ list-js: force
        @find . -type f -name '*.js' | grep -v '/all-static/'
 list-css: force
        @find . -type f -name '*.css' | grep -v '/all-static/'
-list-img:
+list-img: force
        @find . -type f -name '*.png' | grep -v '/all-static/'
 
+list-all list-resources: list-html list-js list-css list-img
+
 #################### manage static contents (extract from all the modules into the single all-static location)
 static: force
        ./manage.py collectstatic --noinput