summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorAkim Demaille <akim@lrde.epita.fr>2012-06-05 11:09:07 +0200
committerAkim Demaille <akim@lrde.epita.fr>2012-06-07 11:15:04 +0200
commitf763e6ef67b44689548d8cbaf557190b8181634b (patch)
tree04ccf6c5ef11db5f32e69abd94a651c4bcbd7862 /cfg.mk
parentc4576b484a4c211fcbf739d32fa0258f9c3d2719 (diff)
downloadbison-f763e6ef67b44689548d8cbaf557190b8181634b.tar.gz
maint: cfg.mk: manual title.
* cfg.mk (manuel_title): New.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index 9c1b838e..c56e965b 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*