>From 6cfc7b3b1642c5b80badd9efeb582d24e9a9293c Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Fri, 12 Aug 2016 08:01:01 +0900 Subject: [PATCH] Makefile: Enable fig2eps --keep option for debugging Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d50420d..be5c50a 100644 --- a/Makefile +++ b/Makefile @@ -112,7 +112,7 @@ $(EPSSOURCES_FROM_DOT): %.eps: %.dot $(EPSSOURCES_FROM_FIG): %.eps: %.fig @echo "$< --> $@" - @fig2eps --nogv $< > /dev/null 2>&1 + @fig2eps --nogv --keep $< @sh utilities/fixanepsfonts.sh $@ $(PDFTARGETS_OF_EPS): %.pdf: %.eps -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html