view vpath.sed @ 98353:f1adde06246e

(Search): Shorten introduction. (Basic Isearch): Add command table. Discuss reverse isearch and isearch highlighting. (Repeat Isearch): Move lazy highlighting discussion here. Add search ring to cindex. (Special Isearch): Move input methods discussion here. (Non-ASCII Isearch): Node deleted, merged with Special Isearch. (Isearch Yank): Node deleted, and contents moved into Basic Isearch and Repeat Isearch. (Isearch Minibuffer): New node. (Word Search): Document new word search commands. (Regexp Example): Simplify example using sentence-end-base variable. (Replace): Reword introduction. (Unconditional Replace): Remove unnecessary example. (Other Repeating Search): Document new `M-s o' binding.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 25 Sep 2008 17:52:23 +0000
parents 695cf19ef79e
children 375f2633d815
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)\
\

# arch-tag: 56a64b50-e4e8-443a-960f-f13af0f1a545