automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] maint: fix typo in error message of a maintainer-only rule


From: Stefano Lattarini
Subject: [PATCH] maint: fix typo in error message of a maintainer-only rule
Date: Mon, 5 Jan 2015 22:26:49 +0100

* maintainer/maint.mk (web-manual-update): Here.

Signed-off-by: Stefano Lattarini <address@hidden>
---
 maintainer/maint.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maintainer/maint.mk b/maintainer/maint.mk
index b9dd0e9..078b7ef 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; \
        }
-- 
2.1.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]