lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev [PATCH 2.8.4dev.16] Create TAGS


From: Ilya Zakharevich
Subject: lynx-dev [PATCH 2.8.4dev.16] Create TAGS
Date: Tue, 23 Jan 2001 01:32:23 -0500
User-agent: Mutt/1.2.5i

With this patch you can make TAGS file with

  make etags

Enjoy,
Ilya

P.S.  Of course, it would be better to patch makefile.in, but it is
      harder to test.  ;-)

--- ./makefile~ Sat Jan 20 01:34:30 2001
+++ ./makefile  Tue Jan 23 00:54:52 2001
@@ -446,3 +446,6 @@ uninstall-doc ::
 
 $(BINDIR) $(MANDIR) $(LIBDIR) $(HELPDIR) $(DOCDIR) :
        $(srcdir)/mkdirs.sh $@
+
+etags:
+       etags -r "/\(PRIVATE\|PUBLIC\)[ \t]+\([a-zA-Z_][a-zA-Z_0-1]*[ 
\t*]+\)*\([a-zA-Z_][a-zA-Z_0-1]*\)[ \t]+\(ARGS[0-9]\|NOARGS\)/\3/" *.[ch] 
*/*.[ch] */*/*.[ch]


; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]