On Wednesday, 1 October 2014 at 18:00:11 UTC, H. S. Teoh via Digitalmars-d wrote:
Here's what I do:

        cd /path/to/dlang.org
        make -f posix.mak html
        cp -rf web /path/to/webdir/

        cd /path/to/phobos
        make -f posix.mak html
        cp -rf ../web /path/to/webdir/

This installs the Phobos docs in /path/to/webdir/web/phobos-prerelease/* (note, by default it does NOT install to ../web/phobos/*). So assuming your webserver root points to /path/to/webdir, you can then point your
browser to:

        http://your.web.server/web/phobos-prerelease/std_container.html

Let me know if this still doesn't help.


T

Still no dice. I'll hop on messenger with Andrei and see if we can't resolve it.

Reply via email to