www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - how to build dlang.org docs

reply "Zach the Mystic" <reachzach gggmail.com> writes:
This question is for people who have experience building the 
website and/or documentation. It's not about the D language per 
se. Here's a link to my work in progress:

https://github.com/zachthemystic/dlang.org/compare/starting

The advice here:

https://github.com/D-Programming-Language/dlang.org/blob/master/CONTRIBUTING.md

...says to use `make -f posix.mak apidocs-prerelease` to build 
them. This worked to begin with, but after changing my files, I'm 
hoping to see my new pages pop up in 
`$R/dlang.org/web/library-prerelease` when I make them again.

Does anyone know what command or edit can rebuild with my new 
page? Thanks.
Jan 30 2015
parent "Zach the Mystic" <reachzach gggmail.com> writes:
On Friday, 30 January 2015 at 20:28:56 UTC, Zach the Mystic wrote:
 This question is for people who have experience building the 
 website and/or documentation. It's not about the D language per 
 se. Here's a link to my work in progress:

 https://github.com/zachthemystic/dlang.org/compare/starting

 The advice here:

 https://github.com/D-Programming-Language/dlang.org/blob/master/CONTRIBUTING.md

 ...says to use `make -f posix.mak apidocs-prerelease` to build 
 them. This worked to begin with, but after changing my files, 
 I'm hoping to see my new pages pop up in 
 `$R/dlang.org/web/library-prerelease` when I make them again.

 Does anyone know what command or edit can rebuild with my new 
 page? Thanks.
I figured it out... just took some time.
Jan 30 2015