summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2015-01-05 22:25:21 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2015-01-05 22:26:07 +0100
commit050a8fb13582a108c9dc6a6a1e9f9fe158c86e6f (patch)
tree7a85fefe0ea5693a0450218437e9e48e6cde702a
parent0504f991102aebb57fb31e4d7c85a1f2d7ea8006 (diff)
downloadautomake-050a8fb13582a108c9dc6a6a1e9f9fe158c86e6f.tar.gz
maint: fix typo in error message of a maintainer-only rule
* maintainer/maint.mk (web-manual-update): Here. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
-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; \
}