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-11-216-g2


From: Thien-Thi Nguyen
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-11-216-g2d6a14a
Date: Sat, 24 Jul 2010 20:43:57 +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=2d6a14adc901ea71409ef82c4021f235e99d420d

The branch, master has been updated
       via  2d6a14adc901ea71409ef82c4021f235e99d420d (commit)
       via  dbd891c7122e037bb577f056ee5acfa1fe4392d2 (commit)
      from  395afce9f25e9788f73a808f3df89c5dad5f58db (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 2d6a14adc901ea71409ef82c4021f235e99d420d
Author: Thien-Thi Nguyen <address@hidden>
Date:   Sat Jul 24 22:25:24 2010 +0200

    Fix "make dist" regression: Distribute guile-func-name-check.
    
    Regression introduced 2010-07-22,
    "Avoid no-op config-subst for libguile/guile-func-name-check".
    * libguile/Makefile.am (noinst_SCRIPTS):
    Move guile-func-name-check from here...
    (EXTRA_DIST): ...to here.

commit dbd891c7122e037bb577f056ee5acfa1fe4392d2
Author: Thien-Thi Nguyen <address@hidden>
Date:   Thu Jul 22 22:55:02 2010 +0200

    Update AUTHORS to reflect now-removed guile-snarf-docs-texi; nfc.

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

Summary of changes:
 AUTHORS              |    2 +-
 libguile/Makefile.am |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index 749ffd6..d756a74 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -122,7 +122,7 @@ Implemented support for double-word heap cells and 
converted some
 smobs to use them.
 In the subdirectory libguile, wrote:
     guardians.c guardians.h filter-doc-snarfage.c
-    guile-snarf-docs.in guile-snarf-docs-texi.in
+    guile-snarf-docs.in
 In the subdirectory libguile, changed extensively:
     gc.c gc.h
 In the subdirectory ice-9, wrote:
diff --git a/libguile/Makefile.am b/libguile/Makefile.am
index 0ec0202..a899b85 100644
--- a/libguile/Makefile.am
+++ b/libguile/Makefile.am
@@ -593,10 +593,11 @@ bin_SCRIPTS = guile-snarf
 
 # We can re-enable install for some of these if/when they are documented
 # and people feel like maintaining them.  For now, this is not the case.
-noinst_SCRIPTS = guile-snarf-docs guile-func-name-check
+noinst_SCRIPTS = guile-snarf-docs
 
 EXTRA_DIST = ChangeLog-scm ChangeLog-threads           \
     ChangeLog-1996-1999 ChangeLog-2000 ChangeLog-2008  \
+    guile-func-name-check                              \
     cpp-E.syms cpp-E.c cpp-SIG.syms cpp-SIG.c                  \
     c-tokenize.lex version.h.in                                                
\
     scmconfig.h.top libgettext.h unidata_to_charset.pl libguile.map


hooks/post-receive
-- 
GNU Guile



reply via email to

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