summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2019-04-04 16:55:03 -0700
committerScott Rifenbark <srifenbark@gmail.com>2019-04-08 12:17:34 -0700
commit9c071272f2bae5410c153c60c7df6f6be5c2e67e (patch)
tree94f42d8a299bb33286e76672f988b9975af8d602
parent27107400a13c053870b3bb8cbe2379099231ccab (diff)
CMake Topic book: Updated for the new file names.
Change-Id: Ic4883cead2c8fe19fbe3ec3ae5a6db005786561d Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
-rwxr-xr-xdocs/dev_guide/advanced-usage.md2
-rwxr-xr-x[-rw-r--r--]docs/devguides-book.yml20
2 files changed, 12 insertions, 10 deletions
diff --git a/docs/dev_guide/advanced-usage.md b/docs/dev_guide/advanced-usage.md
index 5df247d..79f7fe3 100755
--- a/docs/dev_guide/advanced-usage.md
+++ b/docs/dev_guide/advanced-usage.md
@@ -107,7 +107,7 @@ SET_TARGET_PROPERTIES(${TARGET_NAME} PROPERTIES
You can add an external third-party library that is built, linked,
and shipped with the project.
-Or, you can link and ship the library only with the project.
+Or, you can link and ship the library only with the project.
### Building, Linking, and Shipping an External Library with the Project
diff --git a/docs/devguides-book.yml b/docs/devguides-book.yml
index 342a324..6199838 100644..100755
--- a/docs/devguides-book.yml
+++ b/docs/devguides-book.yml
@@ -6,19 +6,21 @@ books:
description: CMAKE Apps Module documentation
keywords:
author: "IotBzh"
- version: sandbox/scottrif29/scottdocs
+ version: master
chapters:
- - url: dev_guide/0-cmake-overview.md
+ - url: dev_guide/cmake-overview.md
name: Overview
- - url: dev_guide/1-installing-cmake.md
- name: Installing the CMAKE Module
- - url: dev_guide/2-configuring-cmake.md
+ - url: dev_guide/installing-cmake.md
+ name: Installing the CMAKE Templates
+ - url: dev_guide/using-cmake.md
+ name: Using CMake Templates
+ - url: dev_guide/configuring-cmake.md
name: Configuring CMAKE
- - url: dev_guide/3-project-architecture.md
+ - url: dev_guide/project-architecture.md
name: Project Architecture
- - url: dev_guide/4-advanced-usage.md
+ - url: dev_guide/advanced-usage.md
name: Advanced Usage
- - url: dev_guide/5-advanced-customization.md
+ - url: dev_guide/advanced-customization.md
name: Advanced Customization
- - url: dev_guide/6-autobuild.md
+ - url: dev_guide/autobuild.md
name: Autobuild