www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 2145] New: Phobos buildsystem unable to build html

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=2145

           Summary: Phobos buildsystem unable to build html
           Product: D
           Version: 2.014
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: bugzilla digitalmars.com
        ReportedBy: lindevel gmx.net


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".


-- 
Jun 09 2008
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=2145


bugzilla digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED





Fixed dmd 2.015


-- 
Jun 22 2008