Add std docs to the build process

This commit is contained in:
Brian Anderson 2011-10-27 14:59:22 -07:00
parent e0715380dc
commit 0c6200743c
2 changed files with 7 additions and 0 deletions

View File

@ -141,6 +141,12 @@ else
endif
endif
ifeq ($(CFG_NATURALDOCS),)
$(info cfg: no naturaldocs found, omitting doc/std/index.html
else
DOCS += doc/std/index.html
endif
ifdef CFG_DISABLE_DOCS
$(info cfg: disabling doc build (CFG_DISABLE_DOCS))
DOCS :=

1
configure vendored
View File

@ -254,6 +254,7 @@ probe CFG_MAKEINFO makeinfo
probe CFG_TEXI2PDF texi2pdf
probe CFG_TEX tex
probe CFG_MAKENSIS makensis
probe CFG_NATURALDOCS naturaldocs
if [ -z "$CFG_CLANG" -a -z "$CFG_GCC" ]
then