Commit cf1d4e6
committed
Split build target into smaller, reusable ones
Doing so means we now can reuse the logic that fixes the include::
directives in the cpython documentation in our CI job, avoiding
repeating ourselves, making maintenance easier and avoiding subtle bugs.
Being able to reuse the rest of the steps (do_build, pospell, etc)
requires more care, as the Makefile is constrained to requiring a
virtual environment (which we don't create on CI), and also doesn't
allow us to pass command-line arguments to list specific files to check.
Signed-off-by: Rodrigo Tobar <[email protected]>1 parent de16a1a commit cf1d4e6
2 files changed
+12
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
| 91 | + | |
99 | 92 | | |
100 | 93 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
42 | 52 | | |
43 | 53 | | |
44 | 54 | | |
| |||
48 | 58 | | |
49 | 59 | | |
50 | 60 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | 61 | | |
57 | 62 | | |
58 | 63 | | |
| |||
0 commit comments