Fix typo in Makefile.in

This commit is contained in:
Brian Anderson 2011-10-27 15:04:29 -07:00
parent 0b331e5934
commit 33f2f22bef

View File

@ -142,7 +142,7 @@ else
endif endif
ifeq ($(CFG_NATURALDOCS),) ifeq ($(CFG_NATURALDOCS),)
$(info cfg: no naturaldocs found, omitting doc/std/index.html $(info cfg: no naturaldocs found, omitting doc/std/index.html)
else else
DOCS += doc/std/index.html DOCS += doc/std/index.html
endif endif