aboutsummaryrefslogtreecommitdiff
path: root/cmake/Common
diff options
context:
space:
mode:
authorTamas Ban <tamas.ban@arm.com>2019-10-09 08:44:49 +0100
committerTamas Ban <tamas.ban@arm.com>2019-10-09 13:55:09 +0100
commit4117e0353c55dce739f550515c5b007411142ba7 (patch)
tree1d19957209560b65a3951d6c5eada6ea9186d603 /cmake/Common
parent0b7875ead7ade6014103ca39edb83431fd8be58a (diff)
downloadtrusted-firmware-m-4117e0353c55dce739f550515c5b007411142ba7.tar.gz
Doc: Updated for Version 1.0-RC2TF-Mv1.0-RC2
This patch updates the documentation landing page (readme.rst) to reflect the latest release (Version 1.0-RC2). * Updated Sphynx documentation version tags * Updated Doxygen documentation version tags * Updated features/capabilities described in readme.rst Change-Id: Ic01b235cf3276d9d0aee6406ca9b57982001c7f0 Signed-off-by: Tamas Ban <tamas.ban@arm.com>
Diffstat (limited to 'cmake/Common')
-rw-r--r--cmake/Common/BuildDoxygenDoc.cmake2
-rw-r--r--cmake/Common/BuildSphinxDoc.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/cmake/Common/BuildDoxygenDoc.cmake b/cmake/Common/BuildDoxygenDoc.cmake
index 272948fdba..cee474246e 100644
--- a/cmake/Common/BuildDoxygenDoc.cmake
+++ b/cmake/Common/BuildDoxygenDoc.cmake
@@ -85,7 +85,7 @@ if (NOT NODOC)
#Version ID of TF-M.
#TODO: this shall not be hard-coded here. A process need to defined for
# versioning the document (and TF-M).
- set(DOXYCFG_TFM_VERSION "v1.0-RC1")
+ set(DOXYCFG_TFM_VERSION "v1.0-RC2")
#Using add_custom_command allows CMake to generate proper clean commands
#for document generation.
diff --git a/cmake/Common/BuildSphinxDoc.cmake b/cmake/Common/BuildSphinxDoc.cmake
index 9027495099..74ead011b9 100644
--- a/cmake/Common/BuildSphinxDoc.cmake
+++ b/cmake/Common/BuildSphinxDoc.cmake
@@ -83,8 +83,8 @@ if (NOT SPHINX_NODOC)
#Version ID of TF-M.
#TODO: this shall not be hard-coded here. We need a process to define the
# version number of the document (and TF-M).
- set(SPHINXCFG_TFM_VERSION "v1.0-RC1")
- set(SPHINXCFG_TFM_VERSION_FULL "Version 1.0-RC1")
+ set(SPHINXCFG_TFM_VERSION "v1.0-RC2")
+ set(SPHINXCFG_TFM_VERSION_FULL "Version 1.0-RC2")
get_filename_component(_NDX_FILE_DIR ${SPHINX_CONFIGURED_INDEX_FILE} DIRECTORY )