Skip to content

Commit 67f3613

Browse files
committed
---
yaml --- r: 5984 b: refs/heads/master c: 0c62007 h: refs/heads/master v: v3
1 parent a0cc07d commit 67f3613

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: e0715380dc27c06c168696a89dd2596debfa1919
2+
refs/heads/master: 0c6200743c9e9a4b9a95e6290e33246d54243810

trunk/Makefile.in

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,12 @@ else
141141
endif
142142
endif
143143

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+
144150
ifdef CFG_DISABLE_DOCS
145151
$(info cfg: disabling doc build (CFG_DISABLE_DOCS))
146152
DOCS :=

trunk/configure

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ probe CFG_MAKEINFO makeinfo
254254
probe CFG_TEXI2PDF texi2pdf
255255
probe CFG_TEX tex
256256
probe CFG_MAKENSIS makensis
257+
probe CFG_NATURALDOCS naturaldocs
257258

258259
if [ -z "$CFG_CLANG" -a -z "$CFG_GCC" ]
259260
then

0 commit comments

Comments
 (0)