summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--maintainer/maint.mk2
1 files changed, 1 insertions, 1 deletions
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; \
}