diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-10-24 18:56:17 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-11-09 07:56:59 +0100 |
commit | 754d52d8106c20ca8034ee22dbb4865e7f91d776 (patch) | |
tree | 51ae8d10565439c11b2d40a71f7aeb9eeeaf9f9c /ebuild-writing | |
parent | Rename the document element from "guide" to "devbook" (diff) | |
download | devmanual-754d52d8106c20ca8034ee22dbb4865e7f91d776.tar.gz devmanual-754d52d8106c20ca8034ee22dbb4865e7f91d776.tar.bz2 devmanual-754d52d8106c20ca8034ee22dbb4865e7f91d776.zip |
Rename "contentsTree" element to "contents"
For consistency; this was the only element using camelCase.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'ebuild-writing')
-rw-r--r-- | ebuild-writing/functions/src_compile/text.xml | 2 | ||||
-rw-r--r-- | ebuild-writing/functions/src_configure/text.xml | 2 | ||||
-rw-r--r-- | ebuild-writing/functions/src_install/text.xml | 2 | ||||
-rw-r--r-- | ebuild-writing/functions/src_prepare/text.xml | 2 | ||||
-rw-r--r-- | ebuild-writing/functions/src_unpack/text.xml | 2 | ||||
-rw-r--r-- | ebuild-writing/functions/text.xml | 2 | ||||
-rw-r--r-- | ebuild-writing/misc-files/text.xml | 2 | ||||
-rw-r--r-- | ebuild-writing/text.xml | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/ebuild-writing/functions/src_compile/text.xml b/ebuild-writing/functions/src_compile/text.xml index 6c65a89..96069b5 100644 --- a/ebuild-writing/functions/src_compile/text.xml +++ b/ebuild-writing/functions/src_compile/text.xml @@ -79,7 +79,7 @@ The following subsections cover different topics which often occur when writing <c>src_compile</c> functions. </p> -<contentsTree/> +<contents/> </body> </section> diff --git a/ebuild-writing/functions/src_configure/text.xml b/ebuild-writing/functions/src_configure/text.xml index cf1e44b..f1b5068 100644 --- a/ebuild-writing/functions/src_configure/text.xml +++ b/ebuild-writing/functions/src_configure/text.xml @@ -78,7 +78,7 @@ The following subsections cover different topics which often occur when writing <c>src_configure</c> functions. </p> -<contentsTree/> +<contents/> </body> </section> diff --git a/ebuild-writing/functions/src_install/text.xml b/ebuild-writing/functions/src_install/text.xml index 1cf9dcc..0df91dd 100644 --- a/ebuild-writing/functions/src_install/text.xml +++ b/ebuild-writing/functions/src_install/text.xml @@ -229,7 +229,7 @@ The following subsections cover different topics which often occur when writing <c>src_install</c> functions. </p> -<contentsTree/> +<contents/> </body> </section> diff --git a/ebuild-writing/functions/src_prepare/text.xml b/ebuild-writing/functions/src_prepare/text.xml index bce7153..325ffc8 100644 --- a/ebuild-writing/functions/src_prepare/text.xml +++ b/ebuild-writing/functions/src_prepare/text.xml @@ -90,7 +90,7 @@ The following subsections cover different topics which often occur when writing <c>src_prepare</c> functions. </p> -<contentsTree/> +<contents/> </body> </section> diff --git a/ebuild-writing/functions/src_unpack/text.xml b/ebuild-writing/functions/src_unpack/text.xml index c5978e4..5befab1 100644 --- a/ebuild-writing/functions/src_unpack/text.xml +++ b/ebuild-writing/functions/src_unpack/text.xml @@ -116,7 +116,7 @@ The following subsections cover different topics which often occur when writing <c>src_unpack</c> functions. </p> -<contentsTree/> +<contents/> </body> </section> diff --git a/ebuild-writing/functions/text.xml b/ebuild-writing/functions/text.xml index eded3e7..c513658 100644 --- a/ebuild-writing/functions/text.xml +++ b/ebuild-writing/functions/text.xml @@ -109,7 +109,7 @@ during the <c>src_compile</c> phase is equivalent to a call to the <section> <title>Contents</title> <body> -<contentsTree/> +<contents/> </body> </section> </chapter> diff --git a/ebuild-writing/misc-files/text.xml b/ebuild-writing/misc-files/text.xml index b871548..a98ba69 100644 --- a/ebuild-writing/misc-files/text.xml +++ b/ebuild-writing/misc-files/text.xml @@ -12,7 +12,7 @@ This section contains some notes on various miscellaneous files. <section> <title>Contents</title> <body> -<contentsTree/> +<contents/> </body> </section> </chapter> diff --git a/ebuild-writing/text.xml b/ebuild-writing/text.xml index 4fdd99d..7b944af 100644 --- a/ebuild-writing/text.xml +++ b/ebuild-writing/text.xml @@ -14,7 +14,7 @@ with some general notes and extended examples. <section> <title>Contents</title> <body> -<contentsTree/> +<contents/> </body> </section> </chapter> |