Building the docs with own changes
Joseph Rushton Wakeling via Digitalmars-d
digitalmars-d at puremagic.com
Mon Jun 8 12:53:14 PDT 2015
On 08/06/15 19:06, Joseph Rushton Wakeling via Digitalmars-d wrote:
> Well, just for one, I tried building phobos docs a couple of days ago while
> disconnected from the internet; the whole thing failed because the clones of
> stable release repos couldn't be done.
>
> No doubt I'm missing a trick, but it didn't seem very obvious, on browsing the
> makefile, what would get me the simple case of building the development phobos
> docs using my development dmd, without needing to worry about any of the other
> options out there.
Well, whaddayaknow, make -f posix.mak clean; make -f posix.mak phobos-prerelease
just worked. I'd swear I was trying to build the phobos-prerelease target
before, but maybe forgetting the 'clean' first had some kind of weird effect on
how build targets interacted.
More information about the Digitalmars-d
mailing list