On Sunday, 22 March 2015 at 09:26:51 UTC, Tobias Pankrath wrote:
http://wiki.dlang.org/Building_DMD
Maybe I was doing it wrong, but I couldn't build the docs
following those instructions on Windows 64-bit. What I did was:
cd tools
make -fwin32.mak
cd ..\phobos
make -fwin32.mak html
(copy the generated html folder to the dlang.org folder)
cd dlang.org
make -fwin32.mak
By default, building Phobos' html target puts the generated html
folder several levels up, which is annoying. I tweaked the
makefile to put html in the dlang.org folder, which you probably
will want to do as well.