Bug 2145 – Phobos buildsystem unable to build html
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
phobos
Product
D
Version
D2
Platform
Other
OS
Linux
Creation time
2008-06-09T07:45:00Z
Last change time
2015-06-09T01:21:35Z
Assigned to
bugzilla
Creator
devurandom
Comments
Comment #0 by devurandom — 2008-06-09T07:45:42Z
make: Entering directory `/var/tmp/portage/dev-lang/dmd-bin-2.014/work/dmd/src/phobos'
make: *** No rule to make target `../web/phobos/phobos.html', needed by `html'. Stop.
make: Leaving directory `/var/tmp/portage/dev-lang/dmd-bin-2.014/work/dmd/src/phobos'
Reason is "STDDOC = ../docsrc/std.ddoc" which refers to a nonexistant file.
The correct line should be "STDDOC=std.ddoc".