mirror of https://github.com/Icinga/icinga2.git
Documentation: Include all chapters in single file for post-processing
... into docbook html later.
This commit is contained in:
parent
3f14b374bc
commit
f33a277279
|
@ -1,4 +1,5 @@
|
|||
Doxyfile
|
||||
icinga2.html
|
||||
icinga2-intro.html
|
||||
icinga2-config.html
|
||||
icinga2-config-syntax.html
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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: */
|
Loading…
Reference in New Issue