Fix typo in Makefile.in

This commit is contained in:
Brian Anderson 2011-10-27 15:04:29 -07:00
parent 0b331e5934
commit 33f2f22bef
1 changed files with 1 additions and 1 deletions

View File

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