view vpath.sed @ 47708:b9d7faa08e87

(decode-char): Refer to the translation hash table named utf-subst-table-for-decode. Refer to the translation table utf-translation-table-for-decode instead of utf-8-translation-table-for-decode. (encode-char): Refer to the translation hash table named utf-subst-table-for-encode. Refer to the translation table utf-translation-table-for-encode instead of utf-8-translation-table-for-encode.
author Kenichi Handa <handa@m17n.org>
date Mon, 30 Sep 2002 06:39:07 +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)\
\