Still to do…
-
Make the examples.
-
Make the schemas.
-
But first, a little diversion…
-
Running the XProc pipeline always rebuilds everything.
-
Unlike Make, XProc isn't designed to track dependencies.
-
But all Make actually does is look at the timestamps on the targets and sources.
-
Could we build our dependency checker in XProc?
-