From 33f2f22befbe38f5ce6a5ec500fcd272f529da87 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Thu, 27 Oct 2011 15:04:29 -0700 Subject: [PATCH] Fix typo in Makefile.in --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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