summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-03-04 06:29:28 -0700
committerEric Blake <ebb9@byu.net>2009-03-05 05:42:00 -0700
commit15d8d148b77d5b94a1999a7223fc718f374a1b04 (patch)
treec19a52a25d28a8ac08e422cd39cebfffebbe3263
parent4da8364d3193dd976df9b89f87fe63bb2c82abd2 (diff)
downloadm4-15d8d148b77d5b94a1999a7223fc718f374a1b04.tar.gz
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 <ebb9@byu.net> (cherry picked from commit 39a8eb3846b65914fecf7b4f981e1dd029de1f5c)
-rw-r--r--ChangeLog6
-rw-r--r--cfg.mk5
-rw-r--r--maint.mk2
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 <ebb9@byu.net>
+
+ 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 <ebb9@byu.net>
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."