fix Issue 11512 - Can't build Phobos docs with win32 makefile

Change default value of DOCSRC to ../dlang.org
This commit is contained in:
k-hara 2013-12-10 12:36:54 +09:00
parent 2de19c7f7b
commit 0070d34b03
2 changed files with 2 additions and 2 deletions

View file

@ -60,7 +60,7 @@ DMD=dmd
## Location of where to write the html documentation files
DOCSRC = .
DOCSRC = ../dlang.org
STDDOC = $(DOCSRC)/std.ddoc
DOC=..\..\html\d\phobos

View file

@ -60,7 +60,7 @@ DMD=dmd
## Location of where to write the html documentation files
DOCSRC = .
DOCSRC = ../dlang.org
STDDOC = $(DOCSRC)/std.ddoc
DOC=..\..\html\d\phobos