guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, master, updated. release_1-9-8-66-g87b


From: Ken Raeburn
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-8-66-g87bc7c8
Date: Thu, 04 Mar 2010 07:29:32 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=87bc7c81650fef2ee8bc83bceab6ea565a47f2b5

The branch, master has been updated
       via  87bc7c81650fef2ee8bc83bceab6ea565a47f2b5 (commit)
      from  d332d84610f1ae8dacd546d974287c9279a64428 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 87bc7c81650fef2ee8bc83bceab6ea565a47f2b5
Author: Ken Raeburn <address@hidden>
Date:   Sun Feb 21 15:35:37 2010 -0500

    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.

-----------------------------------------------------------------------

Summary of changes:
 doc/ref/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/ref/Makefile.am b/doc/ref/Makefile.am
index a587343..5e9c5b5 100644
--- a/doc/ref/Makefile.am
+++ b/doc/ref/Makefile.am
@@ -150,7 +150,7 @@ include standard-library.am
 $(snarf_doc).texi: $(standard_library_scm_files)
        GUILE_AUTO_COMPILE=0                            \
        "$(preinstguile)" "$(srcdir)/make-texinfo.scm"  \
-         "$(srcdir)/$(snarf_doc).scm" > "address@hidden"
+         "$(abs_srcdir)/$(snarf_doc).scm" > "address@hidden"
        mv "address@hidden" "$@"
 
 CLEANFILES += $(snarf_doc).texi


hooks/post-receive
-- 
GNU Guile




reply via email to

[Prev in Thread] Current Thread [Next in Thread]