]> granicus.if.org Git - icinga2/commitdiff
Documentation: Include all chapters in single file for post-processing
authorMichael Friedrich <michael.friedrich@netways.de>
Wed, 14 Aug 2013 13:11:50 +0000 (15:11 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Wed, 14 Aug 2013 13:20:21 +0000 (15:20 +0200)
... into docbook html later.

docs/.gitignore
docs/Makefile.am
docs/icinga2.adoc [new file with mode: 0644]

index 8eb6e94c83419032b84064005059318460129788..90b1efcea4255c36b8a0c0851216f84fb7b0691b 100644 (file)
@@ -1,4 +1,5 @@
 Doxyfile
+icinga2.html
 icinga2-intro.html
 icinga2-config.html
 icinga2-config-syntax.html
index 45d32faa8ae247c646c7dbe408e88ecb0639d8bf..91879497d26ac16ff635e81f801e72c3167bc824 100644 (file)
@@ -1,6 +1,7 @@
 .PHONY: clean
 
 EXTRA_DIST = \
+       icinga2.adoc \
        icinga2-config.adoc \
        icinga2-config-syntax.adoc \
        icinga2-config-types.adoc \
@@ -20,6 +21,7 @@ man8_MANS = \
 
 if AD_COND_doc
 icinga2doc_DATA += \
+       icinga2.html \
        icinga2-config.html \
        icinga2-config-syntax.html \
        icinga2-config-types.html \
diff --git a/docs/icinga2.adoc b/docs/icinga2.adoc
new file mode 100644 (file)
index 0000000..1ec603b
--- /dev/null
@@ -0,0 +1,32 @@
+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: */