diff options
-rw-r--r-- | documentation/contributor-guide/recipe-style-guide.rst | 1 | ||||
-rw-r--r-- | documentation/ref-manual/variables.rst | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/documentation/contributor-guide/recipe-style-guide.rst b/documentation/contributor-guide/recipe-style-guide.rst index 5210062802..35ffbc61ef 100644 --- a/documentation/contributor-guide/recipe-style-guide.rst +++ b/documentation/contributor-guide/recipe-style-guide.rst | |||
@@ -144,7 +144,6 @@ general order when possible: | |||
144 | 144 | ||
145 | - :term:`SUMMARY` | 145 | - :term:`SUMMARY` |
146 | - :term:`DESCRIPTION` | 146 | - :term:`DESCRIPTION` |
147 | - :term:`AUTHOR` | ||
148 | - :term:`HOMEPAGE` | 147 | - :term:`HOMEPAGE` |
149 | - :term:`BUGTRACKER` | 148 | - :term:`BUGTRACKER` |
150 | - :term:`SECTION` | 149 | - :term:`SECTION` |
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 44e2dd08a8..7a71abc0ae 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -192,10 +192,6 @@ system and gives an overview of their function and contents. | |||
192 | 192 | ||
193 | ASSUME_SHLIBS = "libEGL.so.1:libegl-implementation" | 193 | ASSUME_SHLIBS = "libEGL.so.1:libegl-implementation" |
194 | 194 | ||
195 | :term:`AUTHOR` | ||
196 | The email address used to contact the original author or authors in | ||
197 | order to send patches and forward bugs. | ||
198 | |||
199 | :term:`AUTO_LIBNAME_PKGS` | 195 | :term:`AUTO_LIBNAME_PKGS` |
200 | When the :ref:`ref-classes-debian` class is inherited, | 196 | When the :ref:`ref-classes-debian` class is inherited, |
201 | which is the default behavior, :term:`AUTO_LIBNAME_PKGS` specifies which | 197 | which is the default behavior, :term:`AUTO_LIBNAME_PKGS` specifies which |