Mercurial > emacs
annotate nt/emacs-src.tags @ 112123:5e63c33ad48c
Don't use $MAKEINFO for both a flag and a program.
* configure.in (HAVE_MAKEINFO): New output variable.
(MAKEINFO): Reset to "makeinfo" if not found.
* Makefile.in (install-arch-indep, info):
Replace MAKEINFO = off with HAVE_MAKEINFO = no.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 04 Jan 2011 23:10:47 -0800 |
parents | 7e4b4d33d1b2 |
children |
rev | line source |
---|---|
110675
7e4b4d33d1b2
Support TAGS targets in the w32 build.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
1 This file defines the regular expressions for etags to look for |
7e4b4d33d1b2
Support TAGS targets in the w32 build.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
2 in the src directory. It is used by the w32 build to work around |
7e4b4d33d1b2
Support TAGS targets in the w32 build.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
3 the annoyances of quoting command-line arguments with various |
7e4b4d33d1b2
Support TAGS targets in the w32 build.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
4 w32 shell. |
7e4b4d33d1b2
Support TAGS targets in the w32 build.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
5 |
7e4b4d33d1b2
Support TAGS targets in the w32 build.
Eli Zaretskii <eliz@gnu.org>
parents:
diff
changeset
|
6 /[ ]*DEFVAR_[A-Z_ (]+"\([^"]+\)"/ |