[phobos] lots of spurious code that doesn't work
Andrei Alexandrescu
andrei at erdani.com
Fri Jan 21 22:46:24 PST 2011
On 1/22/11 12:36 AM, Brad Roberts wrote:
> the problem is here:
>
> # Set DDOC, the documentation generator
> ifeq ($(OS),linux)
> DDOC=wine dmd
> else
> DDOC=dmd
> endif
>
> I can 'fix' this for now by overriding DDOC when invoking make.
Yah, please do. Since Jonathan's changes we're migrating towards a
platform-independent html build. I had to use wine just to make sure I
match the dox that Walter was generating on Windows.
Andrei
More information about the phobos
mailing list