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 _______________________________________________ phobos mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/phobos
