diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-25 14:11:34 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-25 14:11:34 +0200 |
commit | aa9de3cd97897b269d61031082d1039a242d8b4a (patch) | |
tree | 570a3d180bd8adc390bd90df632f29aba94620b1 /doc/apt-verbatim.ent | |
parent | 4b2dad2e7e7a178d14500fa991ea1f9ef52d5eee (diff) |
* doc/apt-verbatim.ent:
- APT doesn't belong to the product 'Linux', so use 'APT' instead
as after all APT is a big suite of applications
Diffstat (limited to 'doc/apt-verbatim.ent')
-rw-r--r-- | doc/apt-verbatim.ent | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index ff37f4ae7..617403116 100644 --- a/doc/apt-verbatim.ent +++ b/doc/apt-verbatim.ent @@ -202,15 +202,18 @@ "> <!ENTITY apt-product " - <productname>Linux</productname> + <productname>APT</productname> + <releaseinfo role='version'>&apt-product-version;</releaseinfo> "> +<!-- this will be updated by 'prepare-release' --> +<!ENTITY apt-product-version "0.9.5.1"> + <!-- Codenames for debian releases --> <!ENTITY oldstable-codename "lenny"> <!ENTITY stable-codename "squeeze"> <!ENTITY testing-codename "wheezy"> - <!-- Arguments --> <!ENTITY synopsis-arg-option "<arg><option>-o=<replaceable>&synopsis-config-string;</replaceable></option></arg>"> <!ENTITY synopsis-arg-config "<arg><option>-c=<filename><replaceable>&synopsis-config-file;</replaceable></filename></option></arg>"> |