cli: generate setting docs from libnm-util/nm-setting-docs.xml
authorDan Winship <danw@gnome.org>
Fri, 30 May 2014 20:45:02 +0000 (16:45 -0400)
committerDan Winship <danw@gnome.org>
Thu, 19 Jun 2014 21:45:02 +0000 (17:45 -0400)
commit8252ebd941d17fff932023d29aac0bfe436d4bf9
tree4265f41a53a7145c8d5259d2515cd0885e2f4cf7
parent07bb19a3bb32f45fd05dae94e7f6b101e05343d8
cli: generate setting docs from libnm-util/nm-setting-docs.xml

nmcli used the GParamSpec doc strings to get property descriptions,
but they will be going away. Generate a .c file from the new XML
setting docs file, and link that into nmcli.
.gitignore
cli/src/Makefile.am
cli/src/settings-docs.xsl [new file with mode: 0644]
cli/src/settings.c
configure.ac