File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: e0715380dc27c06c168696a89dd2596debfa1919
2
+ refs/heads/master: 0c6200743c9e9a4b9a95e6290e33246d54243810
Original file line number Diff line number Diff line change @@ -141,6 +141,12 @@ else
141
141
endif
142
142
endif
143
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
+
144
150
ifdef CFG_DISABLE_DOCS
145
151
$(info cfg : disabling doc build (CFG_DISABLE_DOCS))
146
152
DOCS :=
Original file line number Diff line number Diff line change @@ -254,6 +254,7 @@ probe CFG_MAKEINFO makeinfo
254
254
probe CFG_TEXI2PDF texi2pdf
255
255
probe CFG_TEX tex
256
256
probe CFG_MAKENSIS makensis
257
+ probe CFG_NATURALDOCS naturaldocs
257
258
258
259
if [ -z " $CFG_CLANG " -a -z " $CFG_GCC " ]
259
260
then
You can’t perform that action at this time.
0 commit comments