doc: grammar fix in the Makefile

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2016-05-27 10:11:52 +10:00
parent 8d80aae784
commit 377046ee39

View file

@ -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 )