view vpath.sed @ 56213:abaa918096d2

Various small changes in addition to the following. (Describing Characters): Describe PREFIX argument to `key-description'. Correct and clarify definition of `text-char-description'. Describe NEED-VECTOR argument to `read-kbd-macro'. (Help Functions): Clarify definition of `apropos'.
author Luc Teirlinck <teirllm@auburn.edu>
date Wed, 23 Jun 2004 16:12:07 +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