From 15d8d148b77d5b94a1999a7223fc718f374a1b04 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Wed, 4 Mar 2009 06:29:28 -0700 Subject: 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 (cherry picked from commit 39a8eb3846b65914fecf7b4f981e1dd029de1f5c) --- ChangeLog | 6 ++++++ cfg.mk | 5 ++++- maint.mk | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f052cb4f..7ecc47d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-03-05 Eric Blake + + 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 Speed up translit when from argument is short. diff --git a/cfg.mk b/cfg.mk index 99abe29f..a67d0883 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 bbf9ce31..88089c38 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." -- cgit v1.2.1