digitalmars.D.learn - Building phobos documentation
- Damian Day (9/9) Jun 06 2014 I'm having some trouble with building Phobos documentation
- Robert Schadek via Digitalmars-d-learn (5/13) Jun 06 2014 you need the tools, the docs are generated from the source with ddoc
I'm having some trouble with building Phobos documentation locally on Win32. I've been referring to this guide: http://wiki.dlang.org/Building_DMD#Building_the_Docs I don't want to pull it from github and I don't really need the tools building either. My make command is: make -f win32.mak DMD=..\dmd\src\dmd\src html I keep getting error: don't know how to make '../dlang.org/std.ddoc'
Jun 06 2014
On 06/06/2014 12:22 PM, Damian Day via Digitalmars-d-learn wrote:I'm having some trouble with building Phobos documentation locally on Win32. I've been referring to this guide: http://wiki.dlang.org/Building_DMD#Building_the_Docs I don't want to pull it from github and I don't really need the tools building either.you need the tools, the docs are generated from the source with ddoc which is part of dmd.My make command is: make -f win32.mak DMD=..\dmd\src\dmd\src html I keep getting error: don't know how to make '../dlang.org/std.ddoc'maybe the slash need to be backslashed, because of windows if you find a fix please add that to the wiki
Jun 06 2014