make: *** No rule to make target `d-programming-language.org/web/gsoc2012.html', needed by `html'. Stop.
Only tested on linux with dpl.org trunk.
Comment #1 by schveiguy — 2012-03-15T03:59:11Z
make -f posix.mak
Comment #2 by simendsjo — 2012-03-15T04:10:25Z
That is what gives the error:
dmd -c -o- -Df/home/simendsjo/code/dmd-trunk/d-programming-language.org/web/gsoc2011.html macros.ddoc doc.ddoc 2.058.ddoc gsoc2011.dd
make: *** No rule to make target `/home/simendsjo/code/dmd-trunk/d-programming-language.org/web/gsoc2012.html', needed by `html'. Stop.
Comment #4 by andrej.mitrovich — 2013-01-11T18:47:56Z
Resolved yet?
Comment #5 by andrej.mitrovich — 2013-02-06T20:32:11Z
(In reply to comment #3)
> Which adds gsoc2012.html to the makefile, but there is no equivalent
> gsoc2012.dd file.
Since this file now exists I'm marking this as WORKSFORME. Please reopen if necessary.