>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> --- 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