From 7be67ff2e032eb8bd26dd3d6c7b51f175ed0b77b Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 1 Feb 2008 19:24:01 +0000 Subject: [PATCH] Wording nit. --- Doc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/Makefile b/Doc/Makefile index c3f3a2dbd4c9..d893b79ab663 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -74,8 +74,8 @@ changes: build linkcheck: BUILDER = linkcheck linkcheck: build - @echo "Link check complete; look for any errors in the above or in" \ - "build/$(BUILDER)/output.txt" + @echo "Link check complete; look for any errors in the above output "\ + "or in build/$(BUILDER)/output.txt" clean: -rm -rf build/*