.PHONY: clean
EXTRA_DIST = \
+ icinga2.adoc \
icinga2-config.adoc \
icinga2-config-syntax.adoc \
icinga2-config-types.adoc \
if AD_COND_doc
icinga2doc_DATA += \
+ icinga2.html \
icinga2-config.html \
icinga2-config-syntax.html \
icinga2-config-types.html \
--- /dev/null
+Icinga 2
+========
+
+:keywords: Icinga, documentation, all
+:description: Everything.
+
+//push included files sections one level down
+//put a blank line as seperator to ensure that the title of the included
+//document is not seen as part of the last paragraph of the previous document.
+:leveloffset: 1
+include::icinga2-main.adoc[]
+
+:leveloffset: 1
+include::icinga2-intro.adoc[]
+
+:leveloffset: 1
+include::icinga2-install.adoc[]
+
+:leveloffset: 1
+include::icinga2-tutorial.adoc[]
+
+:leveloffset: 1
+include::icinga2-config.adoc[]
+
+:leveloffset: 1
+include::icinga2-config-syntax.adoc[]
+
+:leveloffset: 1
+include::icinga2-config-types.adoc[]
+
+
+/* vim: set syntax=asciidoc filetype=asciidoc: */