]> Lady’s Gitweb - Shrine-XSLT/commit
Allow custom `YIELD` script for yielding sources
authorLady <redacted>
Thu, 26 Jan 2023 05:12:35 +0000 (21:12 -0800)
committerLady <redacted>
Sat, 29 Apr 2023 03:07:11 +0000 (20:07 -0700)
commit820a47bd00e3b7d5a28b5392e1f2a56584c4a38e
tree6913ea95e79a6361b7991320baf9d3232256a3c8
parentd84110047a12df4dec06d33d63bb157a788a8831
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.
GNUmakefile
This page took 0.035046 seconds and 4 git commands to generate.