[Python-checkins] r60507 - python/trunk/Doc/Makefile

georg.brandl python-checkins at python.org
Fri Feb 1 20:24:02 CET 2008


Author: georg.brandl
Date: Fri Feb  1 20:24:01 2008
New Revision: 60507

Modified:
   python/trunk/Doc/Makefile
Log:
Wording nit.


Modified: python/trunk/Doc/Makefile
==============================================================================
--- python/trunk/Doc/Makefile	(original)
+++ python/trunk/Doc/Makefile	Fri Feb  1 20:24:01 2008
@@ -74,8 +74,8 @@
 
 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/*


More information about the Python-checkins mailing list