insert_above is integrated for adding js/css on the fly
[myslice.git] / Makefile
index d4fd130..99fb321 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,7 @@
+# in general it's right to rely on the contents as reported by git
 tags:
        git ls-files | xargs etags
+
+# however sometimes we have stuff not yet added, so in this case
+ftags:
+       find . -type f | fgrep -v '/.git/' | xargs etags