view vpath.sed @ 36156:3a9de976b35c

Delete info on Font Lock Support Modes. Rewrite tool bar info. Rewrite wheeled mouse section. Rewrite Hi-Lock section. Rewrite trailing whitespace section. Move indicate-empty-lines into trailing whitespace section. Move busy-cursor stuff to display.texi. Rename Misc X node to Frame Commands, and move it. Many minor changes.
author Richard M. Stallman <rms@gnu.org>
date Sat, 17 Feb 2001 17:22:05 +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)\
\