From: Pekka Riikonen Date: Mon, 7 May 2007 18:35:02 +0000 (+0000) Subject: updates. X-Git-Tag: silc.toolkit.1.1.beta2~23 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=12c0c354ac4cd4f0523f5768fe6f8a6d518ec6ab updates. --- diff --git a/distdir/toolkit b/distdir/toolkit index 50ae475c..17c80c94 100644 --- a/distdir/toolkit +++ b/distdir/toolkit @@ -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 index 00000000..8d883761 --- /dev/null +++ b/scripts/tags @@ -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