about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2011-10-27 15:04:29 -0700
committerBrian Anderson <banderson@mozilla.com>2011-10-27 15:04:29 -0700
commit33f2f22befbe38f5ce6a5ec500fcd272f529da87 (patch)
tree704b206824edd147cebf37d38883514694bb3e0a
parent0b331e5934a610c0291bbf5044157ad5ac400bb0 (diff)
downloadrust-33f2f22befbe38f5ce6a5ec500fcd272f529da87.tar.gz
rust-33f2f22befbe38f5ce6a5ec500fcd272f529da87.zip
Fix typo in Makefile.in
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 4e4168b99a5..c76136b9774 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -142,7 +142,7 @@ else
 endif
 
 ifeq ($(CFG_NATURALDOCS),)
-  $(info cfg: no naturaldocs found, omitting doc/std/index.html
+  $(info cfg: no naturaldocs found, omitting doc/std/index.html)
 else
   DOCS += doc/std/index.html
 endif