updates.
authorPekka Riikonen <priikone@silcnet.org>
Mon, 7 May 2007 18:35:02 +0000 (18:35 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Mon, 7 May 2007 18:35:02 +0000 (18:35 +0000)
distdir/toolkit
scripts/tags [new file with mode: 0755]

index 50ae475c9535e574d733fd7c1a791cfc9afdf81e..17c80c94f76da77b00acd862d66d7f4b2203af39 100644 (file)
@@ -30,7 +30,6 @@ noprocess apps/
 noprocess win32/
 noprocess symbian/
 
-pre-hook distdir/pre-run
 post-process-dist-hook distdir/post-process-dist
 pre-dist-hook distdir/pre-dist-toolkit
 post-dist-hook distdir/post-dist
diff --git a/scripts/tags b/scripts/tags
new file mode 100755 (executable)
index 0000000..8d88376
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+#
+# Add emacs TAGS from the entire source tree.
+#
+# Usage: sh scripts/tags
+# 
+find -name "*.[ch]" | grep -v CVS | grep -v tests | xargs etags -a