chiark / gitweb /
Makefile.m4: Format each document in a subdirectory.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 5 Sep 2020 13:41:42 +0000 (14:41 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 7 Sep 2020 15:46:47 +0000 (16:46 +0100)
commit68953aceca98eea0dbd07cfab4562990aae15997
tree86226d2c43df0ed39843512a6a3f5a9cae2a8973
parentd59b624ca318ec316889c4ee10ddc9d01d40e96a
Makefile.m4: Format each document in a subdirectory.

The recent change f76fbef37b2af3292764729f496f578037cdc314 to
`sverb.dtx' prevents parallel formatting of /different/ documents from
interfering with each other, but I want to build PDF documents using
PDFTeX rather than going via `dvips' and `ps2pdf', and the two parallel
builds of the /same/ documents will still have the same `\jobname' and
therefore will fight over all kinds of temporary files -- not just the
demo files, but `.aux', `.toc', and everything.
Makefile.m4