Add std docs to the build process
This commit is contained in:
parent
e0715380dc
commit
0c6200743c
2 changed files with 7 additions and 0 deletions
|
@ -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
1
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue