diff --git a/dstyle.dd b/dstyle.dd index d567467674..70ec622cf8 100644 --- a/dstyle.dd +++ b/dstyle.dd @@ -2,6 +2,8 @@ Ddoc $(D_S The D Style, +D Style + $(P $(I The D Style) is a set of style conventions for writing D programs. The D Style is not enforced by the compiler. It is diff --git a/images/style3.gif b/images/style3.gif new file mode 100644 index 0000000000..de2b6ac843 Binary files /dev/null and b/images/style3.gif differ diff --git a/posix.mak b/posix.mak index 0caa12a1e3..bf14290907 100644 --- a/posix.mak +++ b/posix.mak @@ -129,7 +129,7 @@ IMAGES=favicon.ico $(ORGS_USING_D) $(addprefix images/, \ $(addprefix ddox/, alias class enum enummember function \ inherited interface module package private property protected \ struct template variable)) \ - $(addsuffix .gif, c1 cpp1 d4 d5 dmlogo dmlogo-smaller globe \ + $(addsuffix .gif, c1 cpp1 d4 d5 dmlogo dmlogo-smaller globe style3 \ pen) \ $(addsuffix .jpg, tdpl)) diff --git a/win32.mak b/win32.mak index cb9246e1f4..35483f6e92 100644 --- a/win32.mak +++ b/win32.mak @@ -74,7 +74,7 @@ CHANGELOG_DDOC=$(DDOC) changelog/changelog.ddoc CHANGELOG_PRE_DDOC=$(CHANGELOG_DDOC) changelog/prerelease.ddoc ASSETS=images\*.* css\*.* -IMG=dmlogo.gif cpp1.gif d002.ico c1.gif d3.png d4.gif d5.gif favicon.gif +IMG=dmlogo.gif cpp1.gif d002.ico c1.gif d3.png d4.gif d5.gif favicon.gif style3.gif PREMADE=dcompiler.html language-reference.html appendices.html howtos.html d-keyring.gpg