On Mon, Nov 30, 2020 at 09:04:04PM +0900, Akira Yokosawa wrote: > >From 8306e360c789e4063f027c2862658764a2f531be Mon Sep 17 00:00:00 2001 > From: Akira Yokosawa <akiyks@xxxxxxxxx> > Date: Mon, 30 Nov 2020 20:14:16 +0900 > Subject: [PATCH -perfbook 2/2] Makefile: Extend wildcard pattern to catch .eps files under CodeSamples > > Some of the files have not been bounding-box adjusted for some time. > > Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> Queued and pushed both, thank you! I also queued another commit that removes the explicit piping through gnuplotepsfix from the new plots.sh. I knew that this was supposed to be converted implicitly somehow, but took the easy way out. ;-) Thanx, Paul > --- > Makefile | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Makefile b/Makefile > index 07c6616a..56ce62bf 100644 > --- a/Makefile > +++ b/Makefile > @@ -55,6 +55,9 @@ OBSOLETE_FILES = extraction $(FAKE_EPS_FROM_SVG) CodeSamples/snippets.mk > EPSSOURCES_DUP := \ > $(wildcard */*.eps) \ > $(wildcard */*/*.eps) \ > + $(wildcard */*/*/*.eps) \ > + $(wildcard */*/*/*/*.eps) \ > + $(wildcard */*/*/*/*/*.eps) \ > $(EPSSOURCES_FROM_TEX) \ > $(EPSSOURCES_FROM_DOT) \ > $(EPSSOURCES_FROM_FIG) > -- > 2.17.1 > >