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 [EMAIL PROTECTED]