The --with-docs tag worked but spec.html
is generated only when I run 'make' for
the second time. In the first time it
gives me this error and stops the compilation:
"""
xsltproc --xinclude --nonet tools/doc-generator.xsl
introspection/all.xml > docs/spec.html
ERR: Unable to find type 'NM_DEVICE_STATE_REASON'
make: *** [docs/spec.html] Error 10
"""
Also, the spec file generated has few
methods/signals ... only for interfaces org.freedesktop.NetworkManager,
org.freedesktop.NetworkManager.AccessPoint and org.freedesktop.NetworkManager.Device.
Is this right ?
I know that documentation is not the major priority now,
but I'm looking for a way to make Network Manager
connects to a given wireless (SSID). Any ideas ?
Thanks
Rodrigo Trujillo
From:
Dan Williams <dcbw redhat com>
To:
rotru br ibm com
Cc:
networkmanager-list gnome org
Date:
07/16/2008 04:58 PM
Subject:
Re: 3G; wireless auth; policies; docs
On Wed, 2008-07-16 at 16:26 -0300, rotru br ibm com
wrote:
>
> Where is the spec.html file ??
> I could not find or generate it.
If you run configure or autogen.sh with --with-docs you should get a
generated spec.html after the build is done.