Skip to content

Commit bce1fc3

Browse files
committed
add dmd.html
There's a redirect in place that detects the user's operating system and goes to dmd-{windows,linux,...}.html. The redirect is fine and on the online dlang.org it completely hides the dmd.html file that's being added here. The file is needed, because dlang.org is also distributed as a bunch of .html files as part of the dmd releases. Not putting links to dmd-windows.html, etc into the file, because they'd only be forgotten there.
1 parent 5e0915d commit bce1fc3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

dmd.dd

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Ddoc
2+
3+
$(D_S dmd - DMD Compiler,
4+
5+
$(P Documentation for DMD is split up by operating system. Choose one from
6+
the menu on the left.)
7+
8+
)
9+
10+
Macros:
11+
TITLE=DMD Compiler
12+
SUBNAV=$(SUBNAV_CLI_REFERENCE)

posix.mak

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ PAGES_ROOT=$(SPEC_ROOT) acknowledgements areas-of-d-usage \
165165
articles ascii-table bugstats.php builtin \
166166
$(CHANGELOG_FILES) code_coverage community comparison concepts \
167167
const-faq cpptod ctarguments ctod \
168-
D1toD2 d-array-article d-floating-point deprecate dll-linux \
168+
D1toD2 d-array-article d-floating-point deprecate dll-linux dmd \
169169
dmd-freebsd dmd-linux dmd-osx dmd-windows documentation download dstyle \
170170
exception-safe faq forum-template foundation gpg_keys glossary \
171171
gsoc2011 gsoc2012 gsoc2012-template hijack howto-promote htod index \

0 commit comments

Comments
 (0)