Mercurial > emacs
changeset 28000:0521dc31dac0
(tags): Include ../lwlib/TAGS in TAGS.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sun, 05 Mar 2000 20:16:47 +0000 |
parents | 8045a34e221d |
children | fed7f17af8c1 |
files | src/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Sun Mar 05 14:32:02 2000 +0000 +++ b/src/Makefile.in Sun Mar 05 20:16:47 2000 +0000 @@ -1202,7 +1202,7 @@ ctagsfiles1 = [xyzXYZ]*.[hc] ctagsfiles2 = [a-wA-W]*.[hc] TAGS: $(srcdir)/$(ctagsfiles) - ../lib-src/etags --include=TAGS-LISP \ + ../lib-src/etags --include=TAGS-LISP --include=${lwlibdir}/TAGS \ --regex='/[ ]*DEFVAR_[A-Z_ (]+"\([^"]+\)"/' \ $(srcdir)/$(ctagsfiles1) $(srcdir)/$(ctagsfiles2) frc: