m4-commit
[Top][All Lists]
Advanced

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

[SCM] GNU M4 source repository branch, master, updated. cvs-readonly-206


From: Eric Blake
Subject: [SCM] GNU M4 source repository branch, master, updated. cvs-readonly-206-g15d8d14
Date: Thu, 05 Mar 2009 12:43: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 M4 source repository".

http://git.sv.gnu.org/gitweb/?p=m4.git;a=commitdiff;h=15d8d148b77d5b94a1999a7223fc718f374a1b04

The branch, master has been updated
       via  15d8d148b77d5b94a1999a7223fc718f374a1b04 (commit)
      from  4da8364d3193dd976df9b89f87fe63bb2c82abd2 (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 15d8d148b77d5b94a1999a7223fc718f374a1b04
Author: Eric Blake <address@hidden>
Date:   Wed Mar 4 06:29:28 2009 -0700

    Improve web-manual maintainer rule.
    
    * maint.mk (web-manual): Factor package-specific detail...
    * cfg.mk (manual_title): ...to new variable.
    
    Signed-off-by: Eric Blake <address@hidden>
    (cherry picked from commit 39a8eb3846b65914fecf7b4f981e1dd029de1f5c)

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

Summary of changes:
 ChangeLog |    6 ++++++
 cfg.mk    |    5 ++++-
 maint.mk  |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f052cb4..7ecc47d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-03-05  Eric Blake  <address@hidden>
+
+       Improve web-manual maintainer rule.
+       * maint.mk (web-manual): Factor package-specific detail...
+       * cfg.mk (manual_title): ...to new variable.
+
 2009-02-23  Eric Blake  <address@hidden>
 
        Speed up translit when from argument is short.
diff --git a/cfg.mk b/cfg.mk
index 99abe29..a67d088 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,5 +1,5 @@
 # Customize maint.mk.                           -*- makefile -*-
-# Copyright (C) 2003-2008 Free Software Foundation, Inc.
+# Copyright (C) 2003-2009 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -21,6 +21,9 @@ gnu_ftp_host-beta = alpha.gnu.org
 gnu_ftp_host-major = ftp.gnu.org
 gnu_rel_host = $(gnu_ftp_host-$(RELEASE_TYPE))
 
+# Used in maint.mk's web-manual rule
+manual_title = GNU macro processor
+
 url_dir_list = ftp://$(gnu_rel_host)/gnu/m4
 
 # The GnuPG ID of the key used to sign the tarballs.
diff --git a/maint.mk b/maint.mk
index bbf9ce3..88089c3 100644
--- a/maint.mk
+++ b/maint.mk
@@ -52,5 +52,5 @@ web-manual:
          $(SHELL) ../$(config_aux_dir)/gendocs.sh \
            -o '$(abs_builddir)/doc/manual' \
            --email $(PACKAGE_BUGREPORT) $(PACKAGE) \
-           "$(PACKAGE_NAME) - GNU macro processor"
+           "$(PACKAGE_NAME) - $(manual_title)"
        @echo " *** Upload the doc/manual directory to web-cvs."


hooks/post-receive
--
GNU M4 source repository




reply via email to

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