diff Makefile.in.in @ 1011:fac45095e485

[xemacs-hg @ 2002-09-20 22:19:05 by youngs] 2002-09-20 Steve Youngs <youngs@xemacs.org> * Makefile.in.in (TAGS tags): Descend into the modules directory as well. 2002-09-20 Steve Youngs <youngs@xemacs.org> * postgresql/Makefile.in.in (LDFLAGS): Add @ld_switch_all@ to pick up '--site-libraries'. * ldap/Makefile.in.in (LDFLAGS): Ditto.
author youngs
date Fri, 20 Sep 2002 22:19:17 +0000
parents 89cca5f594bd
children 6af03f821bbe
line wrap: on
line diff
--- a/Makefile.in.in	Fri Sep 20 21:53:54 2002 +0000
+++ b/Makefile.in.in	Fri Sep 20 22:19:17 2002 +0000
@@ -639,7 +639,7 @@
 	@PATH=`$(pwd)`/lib-src:$$PATH HOME=/-=-; export PATH HOME; \
 	  echo "Using etags from `which etags`."
 	PATH=`$(pwd)`/lib-src:$$PATH ; export PATH; cd ${srcdir} && \
-	find src lwlib lib-src ${PRUNE_VC} -name '*.[ch]' -print | \
+	find src lwlib lib-src modules ${PRUNE_VC} -name '*.[ch]' -print | \
 	  xargs etags -a -r '/[ 	]*DEF\(VAR\|INE\)_[A-Z_]+[ 	]*([ 	]*"\([^"]+\)"/\2/'; \
 	find ${tagslisp} ${PRUNE_VC} -name '*.el' ! -name 'auto-autoloads.el' -print | \
 	  xargs etags -a -l none -r "/^(def\\(var\\|un\\|alias\\|const\\|macro\\|subst\\|struct\\|face\\|group\\|custom\\|ine-\\(function\\|compiler-macro\\|[a-z-]+alias\\)\\)[ 	]+'?\\([^ 	]+\\)/\\3/"