From 6edc656677e8308e315361fdd7d576b6f79a0b03 Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 17 May 1999 09:42:04 +0000 Subject: [PATCH] XEmacs 21.2-b2 --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 3a59498..2975600 100644 --- a/Makefile.in +++ b/Makefile.in @@ -598,6 +598,7 @@ relock: cd ./lwlib && chmod u+w *.[ch] Makefile.in.in PRUNE_VC = -name SCCS -prune -o -name RCS -prune -o -name CVS -prune -o +tagslisp = lisp TAGS tags: FRC.tags @echo "If you don't have a copy of etags around, then do 'make lib-src' first." $(RM) ${srcdir}/TAGS @@ -606,7 +607,7 @@ TAGS tags: FRC.tags PATH=`$(pwd)`/lib-src:$$PATH ; export PATH; cd ${srcdir} && \ find src lwlib lib-src ${PRUNE_VC} -name '*.[ch]' -print | \ xargs etags -a -r '/[ ]*DEF\(VAR\|INE\)_[A-Z_]+[ ]*([ ]*"\([^"]+\)"/\2/'; \ - find lisp ${PRUNE_VC} -name '*.el' -print | \ + find ${tagslisp} ${PRUNE_VC} -name '*.el' -print | \ xargs etags -a -l none -r "/^(def\\(var\\|un\\|alias\\|const\\|macro\\)[ ]+'?\\([^ ]+\\)/\\2/" ## We have automated tests! -- 1.7.10.4