diff options
Diffstat (limited to 'ebuild-writing/functions/src_compile')
4 files changed, 8 insertions, 8 deletions
diff --git a/ebuild-writing/functions/src_compile/build-environment/text.xml b/ebuild-writing/functions/src_compile/build-environment/text.xml index de9bea7..e290311 100644 --- a/ebuild-writing/functions/src_compile/build-environment/text.xml +++ b/ebuild-writing/functions/src_compile/build-environment/text.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<guide self="ebuild-writing/functions/src_compile/build-environment/"> +<devbook self="ebuild-writing/functions/src_compile/build-environment/"> <chapter> <title>Configuring build environment</title> @@ -147,4 +147,4 @@ See <uri link="::eclass-reference/flag-o-matic.eclass/"/> for a full reference. </section> </chapter> -</guide> +</devbook> diff --git a/ebuild-writing/functions/src_compile/building/text.xml b/ebuild-writing/functions/src_compile/building/text.xml index 96aeef8..200528a 100644 --- a/ebuild-writing/functions/src_compile/building/text.xml +++ b/ebuild-writing/functions/src_compile/building/text.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<guide self="ebuild-writing/functions/src_compile/building/"> +<devbook self="ebuild-writing/functions/src_compile/building/"> <chapter> <title>Building a package</title> @@ -101,4 +101,4 @@ machines with a MIPS CPU.) </body> </section> </chapter> -</guide> +</devbook> diff --git a/ebuild-writing/functions/src_compile/no-build-system/text.xml b/ebuild-writing/functions/src_compile/no-build-system/text.xml index b5d6191..d4df849 100644 --- a/ebuild-writing/functions/src_compile/no-build-system/text.xml +++ b/ebuild-writing/functions/src_compile/no-build-system/text.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<guide self="ebuild-writing/functions/src_compile/no-build-system/"> +<devbook self="ebuild-writing/functions/src_compile/no-build-system/"> <chapter> <title>No build system</title> @@ -58,4 +58,4 @@ and send it upstream. </body> </chapter> -</guide> +</devbook> diff --git a/ebuild-writing/functions/src_compile/text.xml b/ebuild-writing/functions/src_compile/text.xml index a74bbc2..6c65a89 100644 --- a/ebuild-writing/functions/src_compile/text.xml +++ b/ebuild-writing/functions/src_compile/text.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<guide self="ebuild-writing/functions/src_compile/"> +<devbook self="ebuild-writing/functions/src_compile/"> <chapter> <title>src_compile</title> @@ -88,4 +88,4 @@ The following subsections cover different topics which often occur when writing <include href="build-environment/"/> <include href="building/"/> <include href="no-build-system/"/> -</guide> +</devbook> |