From 050a8fb13582a108c9dc6a6a1e9f9fe158c86e6f Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Mon, 5 Jan 2015 22:25:21 +0100 Subject: maint: fix typo in error message of a maintainer-only rule * maintainer/maint.mk (web-manual-update): Here. Signed-off-by: Stefano Lattarini --- maintainer/maint.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintainer/maint.mk b/maintainer/maint.mk index b9dd0e90c..078b7efb3 100644 --- a/maintainer/maint.mk +++ b/maintainer/maint.mk @@ -417,7 +417,7 @@ web-manual-update: exit 1;; \ esac $(AM_V_at)test -f $(web_manual_dir)/$(PACKAGE).html || { \ - echo 'You have to run "$(MAKE) web-manuals" before' \ + echo 'You have to run "$(MAKE) web-manual" before' \ 'invoking "$(MAKE) $@"' >&2; \ exit 1; \ } -- cgit v1.2.1