Commit 2167cf0
committed
Control spec file order with an explicit list
The previous method of ordering specification chapters relied on numeric
prefixes in the filenames. This was brittle and made reordering or inserting
new sections difficult, as it required renaming multiple files.
This change removes the numeric prefixes from the markdown filenames. A new
`spec_files.txt` file is introduced to explicitly define the order of the
files for document generation. The Makefile is updated to use this file list
instead of a glob pattern, making the build process more robust and easier to
maintain.
Signed-off-by: Simo Sorce <[email protected]>1 parent e8a56b8 commit 2167cf0
File tree
119 files changed
+122
-3
lines changed- working/doc/spec
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
119 files changed
+122
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
16 | | - | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
34 | | - | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
52 | | - | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
0 commit comments