https://issues.dlang.org/show_bug.cgi?id=12762

--- Comment #2 from [email protected] ---
P.S. Just for the record, here's how to build the docs:
1) git clone the dlang.org repo from github, say into /path/to/d/dlang.org
(assuming phobos lives in /path/to/d/phobos)
2) cd /path/to/d/dlang.org ; make -f posix.mak html  # this creates html and
css files in /path/to/d/dlang.org/web
3) cp -rp web ../  # copy docs to /path/to/d/web, just because that's where the
phobos makefile expects it to be
4) cd ../phobos ; make -f posix.mak html  # this will generate the phobos docs
into /path/to/d/web
5) copy /path/to/d/web to your web folder and point your browser there.

--

Reply via email to