I installed these in maint. From c4576b484a4c211fcbf739d32fa0258f9c3d2719 Mon Sep 17 00:00:00 2001 From: Akim Demaille <[email protected]> Date: Tue, 5 Jun 2012 11:08:41 +0200 Subject: [PATCH 1/3] maint: cfg.mk: simplify
* cfg.mk: Remove bits provided by maint.mk. --- cfg.mk | 7 ------- 1 file changed, 7 deletions(-) diff --git a/cfg.mk b/cfg.mk index a208fe9..9c1b838 100644 --- a/cfg.mk +++ b/cfg.mk @@ -22,13 +22,6 @@ _is-dist-target = $(filter-out %clean maintainer-check% maintainer-%-check, \ $(filter maintainer-% dist% alpha beta major,$(MAKECMDGOALS))) -# Use alpha.gnu.org for alpha and beta releases. -# Use ftp.gnu.org for major releases. -gnu_ftp_host-alpha = alpha.gnu.org -gnu_ftp_host-beta = alpha.gnu.org -gnu_ftp_host-major = ftp.gnu.org -gnu_rel_host = $(gnu_ftp_host-$(RELEASE_TYPE)) - url_dir_list = \ ftp://$(gnu_rel_host)/gnu/bison -- 1.7.10.4 From f763e6ef67b44689548d8cbaf557190b8181634b Mon Sep 17 00:00:00 2001 From: Akim Demaille <[email protected]> Date: Tue, 5 Jun 2012 11:09:07 +0200 Subject: [PATCH 2/3] maint: cfg.mk: manual title. * cfg.mk (manuel_title): New. --- cfg.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cfg.mk b/cfg.mk index 9c1b838..c56e965 100644 --- a/cfg.mk +++ b/cfg.mk @@ -1,5 +1,4 @@ # Customize maint.mk -*- makefile -*- - # Copyright (C) 2008-2012 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify @@ -15,6 +14,9 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. +# Used in maint.mk's web-manual rule +manual_title = The Yacc-compatible Parser Generator + # It's useful to run maintainer-*check* targets during development, but we # don't want to wait on a recompile because of an update to $(VERSION). Thus, # override the _is-dist-target from GNUmakefile so that maintainer-*check* -- 1.7.10.4
