Re: how to build dlang.org docs

2015-01-30 Thread Zach the Mystic via Digitalmars-d-learn

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.


how to build dlang.org docs

2015-01-30 Thread Zach the Mystic via Digitalmars-d-learn
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.