NetworkManager/docs
Jiří Klimeš 76b5e24ac9 build: fix build with --enable-doc (docs/api/Makefile.am)
"./autogen.sh --enable-doc && make" produced this error:
warning: failed to load external entity "../settings-spec.xml"
../network-manager-docs.xml:57: element include: XInclude error : could not load ../settings-spec.xml, and no fallback was found

Removing settings-spec.xml from $(content_files) made the file non-DISTed but it
also removed the file as a dependency for html-build.stamp that also runs
cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE)
and $(DOC_MAIN_SGML_FILE) includes settings-spec.xml.

Fix that by making $(DOC_MAIN_SGML_FILE) dependent on setting-spec.xml.
2013-02-12 17:25:20 +01:00
..
api build: fix build with --enable-doc (docs/api/Makefile.am) 2013-02-12 17:25:20 +01:00
libnm-glib bridge: add bridge device type 2012-11-30 13:21:51 -06:00
libnm-util libnm-util: add NMSettingBridgePort 2012-11-30 13:21:50 -06:00
Makefile.am build: improve documentation and test configure options 2012-11-13 20:23:06 +01:00
NetworkManager DBUS API.txt 2008-02-27 Dan Williams <dcbw@redhat.com> 2008-02-28 02:07:21 +00:00