Commit e5da0e3
committed
Makefile: Combine gen_images and gen_examples
gen_images and gen_examples are never called on their own, CI scripts call make -C docs directly. Since calling them both in parallel seems to cause issues, let's not do that, and instead combine them into a singular `make docs/gen`. This should resolve the parallelism problems by making them sequential while still retaining the -j support.1 parent 5d14c30 commit e5da0e3
2 files changed
+9
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
996 | 996 | | |
997 | 997 | | |
998 | 998 | | |
999 | | - | |
1000 | | - | |
1001 | | - | |
1002 | | - | |
1003 | | - | |
1004 | | - | |
| 999 | + | |
| 1000 | + | |
| 1001 | + | |
1005 | 1002 | | |
1006 | 1003 | | |
1007 | 1004 | | |
| |||
1037 | 1034 | | |
1038 | 1035 | | |
1039 | 1036 | | |
1040 | | - | |
| 1037 | + | |
1041 | 1038 | | |
1042 | 1039 | | |
1043 | 1040 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
255 | 260 | | |
256 | 261 | | |
257 | 262 | | |
0 commit comments