The load-module routine tries to interpret relative paths relative to
authorKen Raeburn <raeburn@raeburn.org>
Sun, 21 Feb 2010 20:35:37 +0000 (15:35 -0500)
committerKen Raeburn <raeburn@raeburn.org>
Thu, 4 Mar 2010 07:27:18 +0000 (02:27 -0500)
commit87bc7c81650fef2ee8bc83bceab6ea565a47f2b5
treee8f6a0d5a121b8a272bbdb2b359b893eb49e5ccb
parentd332d84610f1ae8dacd546d974287c9279a64428
The load-module routine tries to interpret relative paths relative to
the module currently being loaded (i.e., make-texinfo.scm itself),
resulting in confusing behavior for offset builds.  So, don't use
them.

* doc/ref/Makefile.am ($(snarf_doc).texi): Use an absolute path for
  the input file.
doc/ref/Makefile.am