summary refs log tree commit diff
path: root/docs/api/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api/Makefile.am')
-rw-r--r--docs/api/Makefile.am23
1 files changed, 10 insertions, 13 deletions
diff --git a/docs/api/Makefile.am b/docs/api/Makefile.am
index 666bad00..aeba9d29 100644
--- a/docs/api/Makefile.am
+++ b/docs/api/Makefile.am
@@ -3,13 +3,6 @@ AUTOMAKE_OPTIONS = 1.7
 XSLTPROC = xsltproc --xinclude --nonet
 XMLS = $(wildcard $(top_srcdir)/introspection/nm-*.xml)
 
-OTHER_FILES= \
-	$(top_builddir)/introspection/all.xml \
-	$(top_srcdir)/introspection/generic-types.xml \
-	$(top_srcdir)/introspection/errors.xml \
-	$(top_srcdir)/introspection/vpn-errors.xml \
-	$(top_srcdir)/introspection/generic-types.xml
-
 GENERATED_FILES =
 
 if SETTING_DOCS_AVAILABLE
@@ -47,11 +40,6 @@ MKHTML_OPTIONS=--path="$(abs_srcdir)"
 
 # Non-autogenerated SGML files to be included in $(DOC_MAIN_SGML_FILE)
 content_files = \
-	version.xml \
-	../../COPYING \
-	$(NULL)
-
-expand_content_files = \
 	$(top_builddir)/introspection/nmdbus-access-point-org.freedesktop.NetworkManager.AccessPoint.xml \
 	$(top_builddir)/introspection/nmdbus-active-connection-org.freedesktop.NetworkManager.Connection.Active.xml \
 	$(top_builddir)/introspection/nmdbus-device-team-org.freedesktop.NetworkManager.Device.Team.xml \
@@ -85,12 +73,21 @@ expand_content_files = \
 	$(top_builddir)/introspection/nmdbus-settings-org.freedesktop.NetworkManager.Settings.xml \
 	$(top_builddir)/introspection/nmdbus-device-ethernet-org.freedesktop.NetworkManager.Device.Wired.xml \
 	$(top_builddir)/introspection/nmdbus-ip4-config-org.freedesktop.NetworkManager.IP4Config.xml \
+	$(top_builddir)/man/nmcli.xml \
+	$(top_builddir)/man/nmtui.xml \
+	$(top_builddir)/man/nm-online.xml \
 	$(top_builddir)/man/NetworkManager.xml \
 	$(top_builddir)/man/NetworkManager.conf.xml \
 	$(top_builddir)/man/nmcli-examples.xml \
 	$(top_builddir)/man/nm-settings.xml \
 	$(top_builddir)/man/nm-settings-keyfile.xml \
-	$(top_builddir)/man/nm-settings-ifcfg-rh.xml
+	version.xml \
+	../../COPYING \
+	$(NULL)
+
+if CONFIG_PLUGIN_IFCFG_RH
+content_files += $(top_builddir)/man/nm-settings-ifcfg-rh.xml
+endif
 
 include $(top_srcdir)/gtk-doc.make