Skip to content

Commit

Permalink
Fix READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodr committed Aug 30, 2018
1 parent 1627c84 commit 023af88
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion chapter-06/recipe-02/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down
6 changes: 3 additions & 3 deletions chapter-08/README.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion chapter-08/recipe-02/README.md
Original file line number Diff line number Diff line change
@@ -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 ...

Expand Down
2 changes: 1 addition & 1 deletion chapter-08/recipe-02/title.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Managing dependencies with a superbuild I. The Boost libraries
Managing dependencies with a superbuild: I. The Boost libraries
2 changes: 1 addition & 1 deletion chapter-08/recipe-03/README.md
Original file line number Diff line number Diff line change
@@ -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 ...

Expand Down
2 changes: 1 addition & 1 deletion chapter-08/recipe-03/title.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Managing dependencies with a superbuild II. The FFTW library
Managing dependencies with a superbuild: II. The FFTW library
2 changes: 1 addition & 1 deletion chapter-08/recipe-04/README.md
Original file line number Diff line number Diff line change
@@ -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 ...

Expand Down
2 changes: 1 addition & 1 deletion chapter-08/recipe-04/title.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Managing dependencies with a superbuild III. The Google test framework
Managing dependencies with a superbuild: III. The Google test framework

0 comments on commit 023af88

Please sign in to comment.