From 377046ee39cfccb0ddd8e31ed379c97f5490a22e Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 27 May 2016 10:11:52 +1000 Subject: [PATCH] doc: grammar fix in the Makefile Signed-off-by: Peter Hutterer --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 62630d0f..f2a47cbb 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -89,6 +89,6 @@ dist-hook: @test -f $(distdir)/html/index.html || (\ echo "******************************************************" && \ echo "Couldn't find documentation files, refusing make dist." && \ - echo "Install doxygen to build documentation for tarball." && \ + echo "Install doxygen to build documentation for the tarball." && \ echo "******************************************************" && \ test )