We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e071538 commit 0c62007Copy full SHA for 0c62007
Makefile.in
@@ -141,6 +141,12 @@ else
141
endif
142
143
144
+ifeq ($(CFG_NATURALDOCS),)
145
+ $(info cfg: no naturaldocs found, omitting doc/std/index.html
146
+else
147
+ DOCS += doc/std/index.html
148
+endif
149
+
150
ifdef CFG_DISABLE_DOCS
151
$(info cfg: disabling doc build (CFG_DISABLE_DOCS))
152
DOCS :=
configure
@@ -254,6 +254,7 @@ probe CFG_MAKEINFO makeinfo
254
probe CFG_TEXI2PDF texi2pdf
255
probe CFG_TEX tex
256
probe CFG_MAKENSIS makensis
257
+probe CFG_NATURALDOCS naturaldocs
258
259
if [ -z "$CFG_CLANG" -a -z "$CFG_GCC" ]
260
then
0 commit comments