[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] GNU Guile branch, master, updated. release_1-9-14-138-g4
From: |
Ludovic Courtès |
Subject: |
[Guile-commits] GNU Guile branch, master, updated. release_1-9-14-138-g41d82ac |
Date: |
Sat, 29 Jan 2011 22:31:44 +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=41d82ac9904c883a0c281cd1a89c03d9d968a801
The branch, master has been updated
via 41d82ac9904c883a0c281cd1a89c03d9d968a801 (commit)
from 0c247c332b24e3afca3415bc98e393bb1d98069e (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 41d82ac9904c883a0c281cd1a89c03d9d968a801
Author: Ludovic Courtès <address@hidden>
Date: Sat Jan 29 23:31:38 2011 +0100
Don't remove `standard-library.texi' upon "make clean".
* doc/ref/Makefile.am (CLEANFILES): Rename to...
(DISTCLEANFILES): ... this. So that "make clean" doesn't remove
`standard-library.texi'. Reported by Hans Ã
berg <address@hidden>.
-----------------------------------------------------------------------
Summary of changes:
doc/ref/Makefile.am | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/doc/ref/Makefile.am b/doc/ref/Makefile.am
index 9578d54..c154f42 100644
--- a/doc/ref/Makefile.am
+++ b/doc/ref/Makefile.am
@@ -1,6 +1,7 @@
## Process this file with Automake to create Makefile.in
##
-## Copyright (C) 1998, 2004, 2006, 2008, 2009, 2010 Free Software
Foundation, Inc.
+## Copyright (C) 1998, 2004, 2006, 2008, 2009, 2010,
+## 2011 Free Software Foundation, Inc.
##
## This file is part of GUILE.
##
@@ -146,7 +147,7 @@ $(snarf_doc).texi: $(standard_library_scm_files)
"$(abs_srcdir)/$(snarf_doc).scm" > "address@hidden"
mv "address@hidden" "$@"
-CLEANFILES = $(snarf_doc).texi
+DISTCLEANFILES = $(snarf_doc).texi
EXTRA_DIST += $(snarf_doc).scm make-texinfo.scm $(snarf_doc).texi
$(snarf_doc).am
hooks/post-receive
--
GNU Guile
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Guile-commits] GNU Guile branch, master, updated. release_1-9-14-138-g41d82ac,
Ludovic Courtès <=