On Tuesday, 10 April 2018 at 15:58:10 UTC, Zach Tollen wrote:
I'm trying to update the language spec. I have the standard dmd installed on my Mac in `~/dlang/dmd` using the install script from the website "curl -fsS https://dlang.org/install.sh | bash -s dmd". Okay, good, done.

Actually no D installation is needed for building dlang.org (the docs are correct on that one)

Now, according to: dlang.org/CONTRIBUTING.md:
"git clone https://github.com/dlang/dlang.org
cd dlang.org"

Okay, done. Now:
"make -f posix.mak html"
...
So I'm here wondering wuzzup? The basic instructions in CONTRIBUTING.md aren't working. Anyone?

Yep, `make -f posix.mak html` should work.
The problem was that the auto-checkout of dmd got broken.
Here's the fix:

https://github.com/dlang/dlang.org/pull/2340

Reply via email to