Skip to content

Commit 9d6a296

Browse files
committed
Buildsystem documentation cosmetics
1 parent 32d8592 commit 9d6a296

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/manual/buildsystem.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ section with the necessary steps.
3232

3333
2) Another very common need is to pass extra arguments to the build
3434
commands, build configuration in particular. This is done with the
35-
BuildOption tag, which can appear arbitrary number of times
35+
`BuildOption` tag, which can appear arbitrary number of times
3636
in the spec for each section.
3737

3838
```
@@ -56,7 +56,7 @@ Supporting new build system types is just a matter of declaring a few
5656
macros for the build scriptlet sections relevant to the build system.
5757

5858
Scriptlet | Mandatory | Buildsystem macro
59-
-------------------------------------------
59+
--------------------------|-----------|------------------
6060
`%prep` | No | `%buildsystem_name_prep`
6161
`%conf` | Yes | `%buildsystem_name_conf`
6262
`%generate_buildrequires` | No | `%buildsystem_name_generate_buildrequires`
@@ -66,7 +66,7 @@ Scriptlet | Mandatory | Buildsystem macro
6666
`%clean` | No | `%buildsystem_name_clean`
6767

6868
Replace "name" with the buildsystem name, eg `%buildsystem_cmake_build`.
69-
When BuildSystem: tag is set, these automatically populate the corresponding
69+
When `BuildSystem:` tag is set, these automatically populate the corresponding
7070
spec section, unless the spec manually overrides it. All buildsystem
7171
macros are required to be parametric to have enforceable semantics.
7272

0 commit comments

Comments
 (0)