aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2016-10-27 16:03:49 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-10-28 10:52:21 +1100
commitc28de6eaeb5f60ea48b8200177aac5cbc541fedb (patch)
tree373e58e9f1337b449ec9565073e51f731eada0d9
parentf1fc45663c93b756c9d1f5a0fe6e0a8d030bf41c (diff)
downloadskiboot-c28de6eaeb5f60ea48b8200177aac5cbc541fedb.zip
skiboot-c28de6eaeb5f60ea48b8200177aac5cbc541fedb.tar.gz
skiboot-c28de6eaeb5f60ea48b8200177aac5cbc541fedb.tar.bz2
doc: bump docs version to 5.4.0-rc2, fix oneline description
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r--doc/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py
index eed3b07..eceaa3f 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -53,7 +53,7 @@ copyright = u'2016, Stewart Smith, IBM, others'
# The short X.Y version.
version = '5.4'
# The full version, including alpha/beta/rc tags.
-release = '5.4.0-rc1'
+release = '5.4.0-rc2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@@ -241,7 +241,7 @@ man_pages = [
# dir menu entry, description, category)
texinfo_documents = [
('index', 'skiboot', u'skiboot Documentation',
- u'Stewart Smith, IBM, others', 'skiboot', 'One line description of project.',
+ u'Stewart Smith, IBM, others', 'skiboot', 'OPAL (OpenPower Abstraction Layer): boot and runtime firmware for POWER.',
'Miscellaneous'),
]