mirror of
https://github.com/dlang/phobos.git
synced 2025-05-07 11:37:24 +03:00
fix Issue 11512 - Can't build Phobos docs with win32 makefile
Change default value of DOCSRC to ../dlang.org
This commit is contained in:
parent
2de19c7f7b
commit
0070d34b03
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue