Re: Build the reference documentation

gatesphere <[email protected]> Tue, 06 Dec 2011 14:41:55 -0500
Newsgroups gmane.comp.lang.io
Message-ID <[email protected]>
To regenerate the documentation, run this from the Io root directory (of 
the git repo, for example):

    $ mkdir html
    $ ./tools/io/docs2html.io html/

Newly generated docs will be in html/.

I'm not familiar with Unix sockets, but you could try a system call if 
that would help, with System system("some command") or System 
runCommand("some command").
-->Jake


On 12/6/2011 2:02 PM, Mildred Ki'Lya wrote:
>
> Hi,
>
> I'd like to start using dBus with Io to get started with a real 
> application.
> But, there is no dBus binding. I thought I would re-implement dBus in 
> pure Io. To do that, I need unix sockets.
>
> The problem is that the reference documentation is outdated, and 
> doesn't talk about unix sockets.
>
> Do you know how I could regenerate the reference documentation?
>
> Thanks,
>
> Mildred
>
>