summaryrefslogtreecommitdiff
path: root/maintainer/maint.mk
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2015-01-05 22:47:06 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2015-01-05 22:47:06 +0100
commitb01fbe9ce27f7b1194c3748f4d4e5d12c4e90329 (patch)
treea3fa289d823eb7562c4dd162210ba124d3c62dc6 /maintainer/maint.mk
parent36812809ab75a07e5e8387986fc35a805d80fa36 (diff)
parentbece0a2752b5456b76dfa7b5d807376eab266402 (diff)
downloadautomake-b01fbe9ce27f7b1194c3748f4d4e5d12c4e90329.tar.gz
Merge branch 'minor'
* minor: sync: update third-part files from upstream maint: fix typo in error message of a maintainer-only rule maint: bump version number 1.15 -> 1.15a ('minor' Git branch) release: stable minor release 1.15 NEWS: minor improvements and fixed some typos and grammaros Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'maintainer/maint.mk')
-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; \
}