Phil Dawson pushed to branch master at BuildStream / buildstream
Commits:
1 changed file:
Changes:
... | ... | @@ -34,6 +34,7 @@ The below bst file describes an element which depends on the hello.bst element |
34 | 34 |
from the autotools example:
|
35 | 35 |
|
36 | 36 |
.. literalinclude:: ../../examples/junctions/elements/callHello.bst
|
37 |
+ :language: yaml
|
|
37 | 38 |
|
38 | 39 |
This element consists of a script which calls hello.bst's hello command.
|
39 | 40 |
|