Commit 7f6ad45
authored
perf(ruby): make merged instruction appendix a direct target (#873)
Currently, producing the "merged instruction" .adoc file also builds the
dependent PDF file. This can take some time.
Since updating the "golden" reference instruction appendix .adoc file
only requires building a new .adoc file, and this operation is
relatively common, make that its own target. This builds much faster.
Also, remove references to the "ASSEMBLY" variable, support for which
was removed in #867.1 parent 2e90018 commit 7f6ad45
2 files changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
67 | 73 | | |
68 | 74 | | |
69 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
56 | 59 | | |
57 | 60 | | |
58 | 61 | | |
| |||
0 commit comments