renamings of js stuff
[unfold.git] / Makefile
index 202f0e6..c5c98a3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ thirdparty-css:
 thirdparty-img:
        @find $(THIRD-PARTY-RESOURCES) -name '*.png'
 
-# we might have any of these as templates - e.g. ./engine/templates/plugin-setenv.js
+# 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
 local-js: force
        @find . -type f -name '*.js' | egrep -v '/all-(static|templates)/|/third-party/|/templates/'
@@ -91,7 +91,7 @@ list-all list-resources: list-templates list-js list-css list-img
 #################### compute emacs tags
 # list files under git but exclude third-party stuff like bootstrap and jquery
 myfiles: force
-       @git ls-files | egrep -v 'insert(_|-)above|/third-party/|/play/'
+       @git ls-files | egrep -v 'insert(_|-)above|third-party/|play/'
 
 # in general it's right to rely on the contents as reported by git
 tags: force