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-13-219-g8


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-13-219-g863f119
Date: Fri, 17 Dec 2010 15:38:21 +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=863f11969d2da23406e3f38842e6b08a87452ef6

The branch, master has been updated
       via  863f11969d2da23406e3f38842e6b08a87452ef6 (commit)
      from  6bf623ca34d35b3c969520924bb32d97427d559a (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 863f11969d2da23406e3f38842e6b08a87452ef6
Author: Andy Wingo <address@hidden>
Date:   Fri Dec 17 16:41:58 2010 +0100

    add www-commit rule in doc/ref
    
    * doc/ref/Makefile.am (www-commit): Add rule to update docs on web site.

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

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

diff --git a/doc/ref/.gitignore b/doc/ref/.gitignore
index ef6d27c..7f5689b 100644
--- a/doc/ref/.gitignore
+++ b/doc/ref/.gitignore
@@ -1,2 +1,3 @@
 autoconf-macros.texi
 effective-version.texi
+guile.html
diff --git a/doc/ref/Makefile.am b/doc/ref/Makefile.am
index ee36654..9578d54 100644
--- a/doc/ref/Makefile.am
+++ b/doc/ref/Makefile.am
@@ -148,3 +148,10 @@ $(snarf_doc).texi: $(standard_library_scm_files)
 
 CLEANFILES = $(snarf_doc).texi
 EXTRA_DIST += $(snarf_doc).scm make-texinfo.scm $(snarf_doc).texi 
$(snarf_doc).am
+
+
+www-commit: html
+       cd guile.html; \
+       cvs -d :ext:cvs.sv.gnu.org:/web/guile \
+         import -m 'make www-commit in doc/ref' guile/docs/master/guile.html 
gnu \
+         $(shell date "+D%Y%m%d%H%M%S")


hooks/post-receive
-- 
GNU Guile



reply via email to

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