From mboxrd@z Thu Jan 1 00:00:00 1970 From: gjb@sourceware.cygnus.com To: guile-cvs@sourceware.cygnus.com Subject: guile/guile-core/libguile guile-doc-snarf.in Date: Tue, 11 Jan 2000 18:25:00 -0000 Message-id: <20000112022541.15988.qmail@sourceware.cygnus.com> X-SW-Source: 2000-q1/msg00134.html List-Id: CVSROOT: /cvs/guile Module name: guile Changes by: gjb@sourceware.cygnus.com 00/01/11 18:25:40 Modified files: guile-core/libguile: guile-doc-snarf.in Log message: * guile-doc-snarf.in: Use new $fullfilename for running guile-func-name-check, and put "$fullfilename" and "$filename" in quotes at uses to make sure re-splitting on whitespace does not occur (so filenames w/ embedded whitespace would work okay, though I sure hope we never have to deal with that! :-) ). Thanks to Mikael for pointing out the source_dir != build_dir was broken.