docs: remove some outdated documentation
[NetworkManager.git] / docs / api / Makefile.am
1 AUTOMAKE_OPTIONS = 1.7
2
3 XSLTPROC = xsltproc --xinclude --nonet
4 XMLS = $(wildcard $(top_srcdir)/introspection/nm-*.xml)
5
6 OTHER_FILES= \
7         $(top_builddir)/introspection/all.xml \
8         $(top_srcdir)/introspection/generic-types.xml \
9         $(top_srcdir)/introspection/errors.xml \
10         $(top_srcdir)/introspection/vpn-errors.xml \
11         $(top_srcdir)/introspection/generic-types.xml
12
13 GENERATED_FILES =
14
15 if SETTING_DOCS_AVAILABLE
16
17 settings-spec.xml: settings-spec.xsl $(top_builddir)/libnm/nm-setting-docs.xml
18         $(AM_V_GEN) xsltproc --output $@ $^
19
20 # Top-level SGML file includes (depends on) settings-spec.xml
21 $(DOC_MAIN_SGML_FILE): settings-spec.xml
22
23 GENERATED_FILES += settings-spec.xml
24
25 all: $(GENERATED_FILES)
26
27 endif
28
29 ####################################
30
31 # The name of the module.
32 DOC_MODULE=NetworkManager
33
34 # The top-level SGML file.
35 DOC_MAIN_SGML_FILE=network-manager-docs.xml
36
37 DOC_SOURCE_DIR=$(srcdir)
38
39 # Extra options to supply to gtkdoc-mkdb
40 MKDB_OPTIONS=--sgml-mode --output-format=xml
41
42 # Extra options to supply to gtkdoc-mktmpl
43 MKTMPL_OPTIONS=
44
45 # Extra options to supply to gtkdoc-mkhtml
46 MKHTML_OPTIONS=--path="$(abs_srcdir)"
47
48 # Non-autogenerated SGML files to be included in $(DOC_MAIN_SGML_FILE)
49 content_files = \
50         version.xml \
51         ../../COPYING \
52         $(NULL)
53
54 expand_content_files = \
55         $(top_builddir)/introspection/nmdbus-access-point-org.freedesktop.NetworkManager.AccessPoint.xml \
56         $(top_builddir)/introspection/nmdbus-active-connection-org.freedesktop.NetworkManager.Connection.Active.xml \
57         $(top_builddir)/introspection/nmdbus-device-team-org.freedesktop.NetworkManager.Device.Team.xml \
58         $(top_builddir)/introspection/nmdbus-dhcp6-config-org.freedesktop.NetworkManager.DHCP6Config.xml \
59         $(top_builddir)/introspection/nmdbus-device-wifi-org.freedesktop.NetworkManager.Device.Wireless.xml \
60         $(top_builddir)/introspection/nmdbus-manager-org.freedesktop.NetworkManager.xml \
61         $(top_builddir)/introspection/nmdbus-vpn-connection-org.freedesktop.NetworkManager.VPN.Connection.xml \
62         $(top_builddir)/introspection/nmdbus-secret-agent-org.freedesktop.NetworkManager.SecretAgent.xml \
63         $(top_builddir)/introspection/nmdbus-device-org.freedesktop.NetworkManager.Device.xml \
64         $(top_builddir)/introspection/nmdbus-vpn-plugin-org.freedesktop.NetworkManager.VPN.Plugin.xml \
65         $(top_builddir)/introspection/nmdbus-device-bt-org.freedesktop.NetworkManager.Device.Bluetooth.xml \
66         $(top_builddir)/introspection/nmdbus-device-vxlan-org.freedesktop.NetworkManager.Device.Vxlan.xml \
67         $(top_builddir)/introspection/nmdbus-settings-connection-org.freedesktop.NetworkManager.Settings.Connection.xml \
68         $(top_builddir)/introspection/nmdbus-device-bond-org.freedesktop.NetworkManager.Device.Bond.xml \
69         $(top_builddir)/introspection/nmdbus-device-macvlan-org.freedesktop.NetworkManager.Device.Macvlan.xml \
70         $(top_builddir)/introspection/nmdbus-ppp-manager-org.freedesktop.NetworkManager.PPP.xml \
71         $(top_builddir)/introspection/nmdbus-device-vlan-org.freedesktop.NetworkManager.Device.Vlan.xml \
72         $(top_builddir)/introspection/nmdbus-device-adsl-org.freedesktop.NetworkManager.Device.Adsl.xml \
73         $(top_builddir)/introspection/nmdbus-agent-manager-org.freedesktop.NetworkManager.AgentManager.xml \
74         $(top_builddir)/introspection/nmdbus-device-wimax-org.freedesktop.NetworkManager.Device.WiMax.xml \
75         $(top_builddir)/introspection/nmdbus-device-ip-tunnel-org.freedesktop.NetworkManager.Device.IPTunnel.xml \
76         $(top_builddir)/introspection/nmdbus-device-tun-org.freedesktop.NetworkManager.Device.Tun.xml \
77         $(top_builddir)/introspection/nmdbus-device-bridge-org.freedesktop.NetworkManager.Device.Bridge.xml \
78         $(top_builddir)/introspection/nmdbus-device-olpc-mesh-org.freedesktop.NetworkManager.Device.OlpcMesh.xml \
79         $(top_builddir)/introspection/nmdbus-dhcp4-config-org.freedesktop.NetworkManager.DHCP4Config.xml \
80         $(top_builddir)/introspection/nmdbus-device-generic-org.freedesktop.NetworkManager.Device.Generic.xml \
81         $(top_builddir)/introspection/nmdbus-device-infiniband-org.freedesktop.NetworkManager.Device.Infiniband.xml \
82         $(top_builddir)/introspection/nmdbus-device-modem-org.freedesktop.NetworkManager.Device.Modem.xml \
83         $(top_builddir)/introspection/nmdbus-ip6-config-org.freedesktop.NetworkManager.IP6Config.xml \
84         $(top_builddir)/introspection/nmdbus-device-veth-org.freedesktop.NetworkManager.Device.Veth.xml \
85         $(top_builddir)/introspection/nmdbus-settings-org.freedesktop.NetworkManager.Settings.xml \
86         $(top_builddir)/introspection/nmdbus-device-ethernet-org.freedesktop.NetworkManager.Device.Wired.xml \
87         $(top_builddir)/introspection/nmdbus-ip4-config-org.freedesktop.NetworkManager.IP4Config.xml
88
89 include $(top_srcdir)/gtk-doc.make
90
91 ####################################
92
93 EXTRA_DIST += version.xml.in settings-spec.xsl $(GENERATED_FILES)
94 CLEANFILES += html/* tmpl/* xml/* \
95         NetworkManager-sections.txt \
96         NetworkManager-overrides.txt
97
98 if BUILD_SETTING_DOCS
99 CLEANFILES += settings-spec.xml
100 endif