Documentation: Include all chapters in single file for post-processing

... into docbook html later.
This commit is contained in:
Michael Friedrich 2013-08-14 15:11:50 +02:00
parent 3f14b374bc
commit f33a277279
3 changed files with 35 additions and 0 deletions

1
docs/.gitignore vendored
View File

@ -1,4 +1,5 @@
Doxyfile
icinga2.html
icinga2-intro.html
icinga2-config.html
icinga2-config-syntax.html

View 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 \

32
docs/icinga2.adoc Normal file
View File

@ -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: */