diff options
author | 2006-02-27 23:18:14 +0000 | |
---|---|---|
committer | 2006-02-27 23:18:14 +0000 | |
commit | 82642980ce69b3be456725fa3b86fc684b53716a (patch) | |
tree | 4462c4be03b38751293dbdcf762a7aaa4e607182 /general-concepts/ebuild-revisions | |
parent | Add <d/> entity. (diff) | |
download | devmanual-82642980ce69b3be456725fa3b86fc684b53716a.tar.gz devmanual-82642980ce69b3be456725fa3b86fc684b53716a.tar.bz2 devmanual-82642980ce69b3be456725fa3b86fc684b53716a.zip |
Change -- to <d/> where appropriate. Finish up the autotools doc
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@11 176d3534-300d-0410-8db8-84e73ed771c3
Diffstat (limited to 'general-concepts/ebuild-revisions')
-rw-r--r-- | general-concepts/ebuild-revisions/text.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/general-concepts/ebuild-revisions/text.xml b/general-concepts/ebuild-revisions/text.xml index 51c109f..33b7de1 100644 --- a/general-concepts/ebuild-revisions/text.xml +++ b/general-concepts/ebuild-revisions/text.xml @@ -6,14 +6,14 @@ <body> <p> Ebuilds may have a Gentoo revision number associated with them. This is a -<c>-rX</c> suffix, where <c>X</c> is an integer -- see `File Naming Rules`_. This +<c>-rX</c> suffix, where <c>X</c> is an integer <d/> see `File Naming Rules`_. This component must only be used for Gentoo changes, not upstream releases. By default, <c>-r0</c> is implied and should not be specified manually. </p> <p> Ebuilds should have their <c>-rX</c> incremented whenever a change is made which -will make a substantial difference to what gets installed by the package -- by +will make a substantial difference to what gets installed by the package <d/> by substantial, we generally mean "something for which many users would want to upgrade". This is usually for bugfixes. </p> |