From 023af888e604c7b8ae5e0b43d07ecf2dcbc0e493 Mon Sep 17 00:00:00 2001 From: Roberto Di Remigio Date: Tue, 28 Aug 2018 22:24:05 -0400 Subject: [PATCH] Fix READMEs --- README.md | 6 +++--- chapter-06/recipe-02/README.md | 2 +- chapter-08/README.md | 6 +++--- chapter-08/recipe-02/README.md | 2 +- chapter-08/recipe-02/title.txt | 2 +- chapter-08/recipe-03/README.md | 2 +- chapter-08/recipe-03/title.txt | 2 +- chapter-08/recipe-04/README.md | 2 +- chapter-08/recipe-04/title.txt | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 38a6dfe15..4570d06ad 100644 --- a/README.md +++ b/README.md @@ -112,9 +112,9 @@ ### [Chapter 8: The Superbuild Pattern](chapter-08/README.md) - [1. Using the superbuild pattern](chapter-08/recipe-01/README.md) -- [2. Managing dependencies with a superbuild I. The Boost libraries](chapter-08/recipe-02/README.md) -- [3. Managing dependencies with a superbuild II. The FFTW library](chapter-08/recipe-03/README.md) -- [4. Managing dependencies with a superbuild III. The Google test framework](chapter-08/recipe-04/README.md) +- [2. Managing dependencies with a superbuild: I. The Boost libraries](chapter-08/recipe-02/README.md) +- [3. Managing dependencies with a superbuild: II. The FFTW library](chapter-08/recipe-03/README.md) +- [4. Managing dependencies with a superbuild: III. The Google test framework](chapter-08/recipe-04/README.md) - [5. Managing your project as a superbuild](chapter-08/recipe-05/README.md) diff --git a/chapter-06/recipe-02/README.md b/chapter-06/recipe-02/README.md index 62323bde8..e4ad31513 100644 --- a/chapter-06/recipe-02/README.md +++ b/chapter-06/recipe-02/README.md @@ -13,7 +13,7 @@ time. In other words, if you remove the generated `print_info.c` after the configure step, this file will not be regenerated and the build step will fail. To proper mimic the behavior of `configure_file` we would require `add_custom_command` and `add_custom_target`, which we will use in the -subsequent recipe 3, Generating source code at build-time using Python, where +subsequent recipe 3, *Generating source code at build-time using Python*, where we will overcome this limitation. diff --git a/chapter-08/README.md b/chapter-08/README.md index bc7c3c298..bd4219f2a 100644 --- a/chapter-08/README.md +++ b/chapter-08/README.md @@ -1,7 +1,7 @@ # Chapter 8: The Superbuild Pattern - [1. Using the superbuild pattern](recipe-01/README.md) -- [2. Managing dependencies with a superbuild I. The Boost libraries](recipe-02/README.md) -- [3. Managing dependencies with a superbuild II. The FFTW library](recipe-03/README.md) -- [4. Managing dependencies with a superbuild III. The Google test framework](recipe-04/README.md) +- [2. Managing dependencies with a superbuild: I. The Boost libraries](recipe-02/README.md) +- [3. Managing dependencies with a superbuild: II. The FFTW library](recipe-03/README.md) +- [4. Managing dependencies with a superbuild: III. The Google test framework](recipe-04/README.md) - [5. Managing your project as a superbuild](recipe-05/README.md) diff --git a/chapter-08/recipe-02/README.md b/chapter-08/recipe-02/README.md index a2011cf16..fe9a06101 100644 --- a/chapter-08/recipe-02/README.md +++ b/chapter-08/recipe-02/README.md @@ -1,4 +1,4 @@ -# Managing dependencies with a superbuild I. The Boost libraries +# Managing dependencies with a superbuild: I. The Boost libraries Abstract to be written ... diff --git a/chapter-08/recipe-02/title.txt b/chapter-08/recipe-02/title.txt index befbc9f90..3c83de4be 100644 --- a/chapter-08/recipe-02/title.txt +++ b/chapter-08/recipe-02/title.txt @@ -1 +1 @@ -Managing dependencies with a superbuild I. The Boost libraries +Managing dependencies with a superbuild: I. The Boost libraries diff --git a/chapter-08/recipe-03/README.md b/chapter-08/recipe-03/README.md index d21282d56..c83348b5a 100644 --- a/chapter-08/recipe-03/README.md +++ b/chapter-08/recipe-03/README.md @@ -1,4 +1,4 @@ -# Managing dependencies with a superbuild II. The FFTW library +# Managing dependencies with a superbuild: II. The FFTW library Abstract to be written ... diff --git a/chapter-08/recipe-03/title.txt b/chapter-08/recipe-03/title.txt index 38d46d1e8..1ae41ddb7 100644 --- a/chapter-08/recipe-03/title.txt +++ b/chapter-08/recipe-03/title.txt @@ -1 +1 @@ -Managing dependencies with a superbuild II. The FFTW library +Managing dependencies with a superbuild: II. The FFTW library diff --git a/chapter-08/recipe-04/README.md b/chapter-08/recipe-04/README.md index fdd99985f..2610154f1 100644 --- a/chapter-08/recipe-04/README.md +++ b/chapter-08/recipe-04/README.md @@ -1,4 +1,4 @@ -# Managing dependencies with a superbuild III. The Google test framework +# Managing dependencies with a superbuild: III. The Google test framework Abstract to be written ... diff --git a/chapter-08/recipe-04/title.txt b/chapter-08/recipe-04/title.txt index b0ba8b6b7..f46612852 100644 --- a/chapter-08/recipe-04/title.txt +++ b/chapter-08/recipe-04/title.txt @@ -1 +1 @@ -Managing dependencies with a superbuild III. The Google test framework +Managing dependencies with a superbuild: III. The Google test framework