Skip to content

Commit 7a209db

Browse files
authored
Merge pull request #3477 from WalterBright/Windows2
windows.html was not being built
2 parents fe4e84f + 6327f41 commit 7a209db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

posix.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ SPEC_ROOT=$(addprefix spec/, \
322322
const3 function operatoroverloading template template-mixin contracts \
323323
version traits errors unittest garbage float iasm ddoc \
324324
interfaceToC cpp_interface objc_interface portability entity memory-safe-d \
325-
abi simd betterc importc ob)
325+
abi simd betterc importc ob windows)
326326
SPEC_DD=$(addsuffix .dd,$(SPEC_ROOT))
327327

328328
CHANGELOG_FILES:=$(basename $(subst _pre.dd,.dd,$(wildcard changelog/*.dd)))

spec/spec.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ $(TOC Table of Contents,
5454
$(A simd.html, Vector Extensions),
5555
$(A betterc.html, Better C),
5656
$(A importc.html, Import C),
57-
$(A ob.html, Live Functions)
57+
$(A ob.html, Live Functions),
5858
$(A windows.html, Windows Programming)
5959
))
6060
)

0 commit comments

Comments
 (0)