From: Michael Friedrich Date: Wed, 14 Aug 2013 13:11:50 +0000 (+0200) Subject: Documentation: Include all chapters in single file for post-processing X-Git-Tag: v0.0.3~703 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f33a2772797cf5081bd633e853831cd92a61c198;p=icinga2 Documentation: Include all chapters in single file for post-processing ... into docbook html later. --- diff --git a/docs/.gitignore b/docs/.gitignore index 8eb6e94c8..90b1efcea 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -1,4 +1,5 @@ Doxyfile +icinga2.html icinga2-intro.html icinga2-config.html icinga2-config-syntax.html diff --git a/docs/Makefile.am b/docs/Makefile.am index 45d32faa8..91879497d 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -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 index 000000000..1ec603bd8 --- /dev/null +++ b/docs/icinga2.adoc @@ -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: */