Mercurial > hg > xemacs-beta
comparison Makefile.in.in @ 1441:049c7092a496
[xemacs-hg @ 2003-05-02 06:00:41 by stephent]
martin DEFUN tagging <878ytpvqj7.fsf@tleepslib.sk.tsukuba.ac.jp>
missing binaries on NT <87brylvqt3.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Fri, 02 May 2003 06:00:43 +0000 |
parents | 2e6e691f6649 |
children | baca156a450b |
comparison
equal
deleted
inserted
replaced
1440:a8d2cf6a9dd6 | 1441:049c7092a496 |
---|---|
611 $(RM) ${srcdir}/TAGS | 611 $(RM) ${srcdir}/TAGS |
612 @PATH=`$(pwd)`/lib-src:$$PATH HOME=/-=-; export PATH HOME; \ | 612 @PATH=`$(pwd)`/lib-src:$$PATH HOME=/-=-; export PATH HOME; \ |
613 echo "Using etags from `which etags`." | 613 echo "Using etags from `which etags`." |
614 PATH=`$(pwd)`/lib-src:$$PATH ; export PATH; cd ${srcdir} && \ | 614 PATH=`$(pwd)`/lib-src:$$PATH ; export PATH; cd ${srcdir} && \ |
615 find src lwlib lib-src modules ${PRUNE_VC} -name '*.[ch]' -print | \ | 615 find src lwlib lib-src modules ${PRUNE_VC} -name '*.[ch]' -print | \ |
616 xargs etags -a -r '/[ ]*DEF\(VAR\|INE\)_[A-Z_]+[ ]*([ ]*"\([^"]+\)"/\2/'; \ | 616 xargs etags -a \ |
617 -r '/[ ]*DEF\(VAR\|INE\)_[A-Z_]+[ ]*([ ]*"\([^"]+\)"/\2/' \ | |
618 -r '/^DEFUN[ ]*([ ]*"\([^"]+\)"[ ]*,[ ]*\([A-Za-z0-9_]+\)/\2/'; \ | |
617 find ${tagslisp} ${PRUNE_VC} -name '*.el' ! -name 'auto-autoloads.el' -print | \ | 619 find ${tagslisp} ${PRUNE_VC} -name '*.el' ! -name 'auto-autoloads.el' -print | \ |
618 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/" | 620 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/" |
619 | 621 |
620 info: FRC.info | 622 info: FRC.info |
621 cd ${srcdir}/man && $(RECURSIVE_MAKE) $@ | 623 cd ${srcdir}/man && $(RECURSIVE_MAKE) $@ |