[phobos] [D-Programming-Language/phobos] 0c6b3e: Updated website-related build

Jonathan M Davis jmdavisProg at gmx.com
Sat Jan 29 23:42:16 PST 2011


On Saturday 29 January 2011 23:09:14 noreply at github.com wrote:
> Branch: refs/heads/master
> Home:   https://github.com/D-Programming-Language/phobos
> 
> Commit: 0c6b3e9c3245888b72c7d8b25e68e14c729c2af7
>    
> https://github.com/D-Programming-Language/phobos/commit/0c6b3e9c3245888b72
> c7d8b25e68e14c729c2af7 Author: andralex <andrei at erdani.com>
> Date:   2011-01-29 (Sat, 29 Jan 2011)
> 
> Changed paths:
>   M posix.mak
> 
> Log Message:
> -----------
> Updated website-related build

I assume that this makes it so that the ddoc build works again instead of 
complaining about files which don't exist?

Also, glancing at the changes, this looks a bit off:

# Set DDOC, the documentation generator
ifeq ($(OS),linux)
    DDOC=dmd
else
    DDOC=dmd
endif

I assume that what we want is for dmd to be used normally and wine dmd to be 
used with win32wine. Regardless, as it stands, the makefile does exactly the same 
thing in both branches of the if-else statement.

- Jonathan M Davis


More information about the phobos mailing list