Mercurial > emacs
view vpath.sed @ 21973:f3d29552e393
(view-lossage): Set help-xref-stack* in the help buffer.
(describe-bindings): Likewise.
(help-xref-go-back): New arg BUFFER.
(help-make-xrefs): Specify the help buffer as arg for
help-xref-go-back.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 07 May 1998 05:37:59 +0000 |
parents | 4e736dcf8065 |
children | 695cf19ef79e |
line wrap: on
line source
/^VPATH *=/c\ # This works only in GNU make. Using the patterns avoids\ # object files being found by VPATH, and thus permits building\ # when $srcdir is configured itself.\ vpath %.c $(srcdir)\ vpath %.h $(srcdir)\ \