From: Lady Date: Thu, 26 Jan 2023 05:12:35 +0000 (-0800) Subject: Allow custom `YIELD` script for yielding sources X-Git-Tag: 0.4.0~1 X-Git-Url: https://git.ladys.computer/Shrine-XSLT/commitdiff_plain/820a47bd00e3b7d5a28b5392e1f2a56584c4a38e?ds=sidebyside;hp=820a47bd00e3b7d5a28b5392e1f2a56584c4a38e Allow custom `YIELD` script for yielding sources By default, this is just `cat`, which will simply pipe the source content into the transformation, but one might change this to be `cat doctype.dtd`, for example, to add a doctype to the beginning of every source file, or a more complicated script. `YIELD_DEPENDENCIES` can be used to specify dependencies of the `YIELD` script to ensure the files are rebuilt when a dependency changes. ---