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-12-19-gd7


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-12-19-gd773d4c
Date: Sun, 12 Sep 2010 21:41:02 +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=d773d4c8bcba40da62d3756c92f8ebbb5ed6b5a3

The branch, master has been updated
       via  d773d4c8bcba40da62d3756c92f8ebbb5ed6b5a3 (commit)
      from  cf7e51b48987ae4717dbc8d36e95501999886e9f (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 d773d4c8bcba40da62d3756c92f8ebbb5ed6b5a3
Author: Andy Wingo <address@hidden>
Date:   Sun Sep 12 23:44:16 2010 +0200

    doc/ref lib-version.texi removal
    
    * doc/ref/.gitignore:
    * doc/ref/Makefile.am:
    * doc/ref/guile.texi: Remove rules for generating an unused
      lib-version.texi.

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

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

diff --git a/doc/ref/.gitignore b/doc/ref/.gitignore
index c76e2e4..ef6d27c 100644
--- a/doc/ref/.gitignore
+++ b/doc/ref/.gitignore
@@ -1,3 +1,2 @@
 autoconf-macros.texi
-lib-version.texi
 effective-version.texi
diff --git a/doc/ref/Makefile.am b/doc/ref/Makefile.am
index 72ef8a1..c4dd7e5 100644
--- a/doc/ref/Makefile.am
+++ b/doc/ref/Makefile.am
@@ -21,7 +21,7 @@
 
 AUTOMAKE_OPTIONS = gnu
 
-BUILT_SOURCES = lib-version.texi standard-library.texi
+BUILT_SOURCES = standard-library.texi
 
 info_TEXINFOS = guile.texi
 
@@ -119,24 +119,8 @@ autoconf-macros.texi: $(top_srcdir)/meta/guile.m4
          snarf-guile-m4-docs $(top_srcdir)/meta/guile.m4 \
          > $(srcdir)/$@
 
-lib-version.texi: $(top_srcdir)/GUILE-VERSION
-       cat "$^" | grep '^LIBGUILE_.*_MAJOR' |                          \
-       sed 's/^LIBGUILE_\([A-Z0-9_]*\)_MAJOR=\([0-9]\+\)/@set 
LIBGUILE_\1_MAJOR \2/'   \
-       > "$@"
-
 MAINTAINERCLEANFILES = autoconf-macros.texi
 
-# To allow "make distcheck" to succeed, lib-version.texi must either
-# be cleaned or be included in the distribution.  Or both - and in
-# fact both are good.  There's no point forcing a distribution build
-# to regenerate lib-version.texi, because it can't possibly be
-# different on the build machine than where the distribution was
-# generated, so we might as well include it in the distribution.
-EXTRA_DIST += lib-version.texi
-# But when we want to get back to a clean tree, lib-version.texi
-# should be cleaned.
-CLEANFILES = lib-version.texi
-
 # Support for snarfing docs out of Scheme modules.
 snarf_doc = standard-library
 
@@ -161,5 +145,5 @@ $(snarf_doc).texi: $(standard_library_scm_files)
          "$(abs_srcdir)/$(snarf_doc).scm" > "address@hidden"
        mv "address@hidden" "$@"
 
-CLEANFILES += $(snarf_doc).texi
+CLEANFILES = $(snarf_doc).texi
 EXTRA_DIST += $(snarf_doc).scm make-texinfo.scm $(snarf_doc).texi 
$(snarf_doc).am
diff --git a/doc/ref/guile.texi b/doc/ref/guile.texi
index 9db1a1a..80854ce 100644
--- a/doc/ref/guile.texi
+++ b/doc/ref/guile.texi
@@ -7,7 +7,6 @@
 @set MANUAL-REVISION 1
 @c %**end of header
 @include version.texi
address@hidden lib-version.texi
 @include effective-version.texi
 
 @copying


hooks/post-receive
-- 
GNU Guile



reply via email to

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