fixfonts scripts don't have any effect on EPS files generated from pstricks + dvips. Font in the figures should be specified in the source .tex files. Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index bffdd2da1f4d..f25baf27d8ad 100644 --- a/Makefile +++ b/Makefile @@ -414,13 +414,11 @@ perfbook-a4.tex: # Rules related to perfbook_html are removed as of May, 2016 -$(EPSSOURCES_FROM_TEX): $(FIXANEPSFONTS) $(FIXFONTS) $(EPSSOURCES_FROM_TEX): %.eps: %.tex @echo "$< --> $(suffix $@)" sh utilities/mpostcheck.sh @latex -output-directory=$(shell dirname $<) $< > /dev/null 2>&1 @dvips -Pdownload35 -E $(patsubst %.tex,%.dvi,$<) -o $@ > /dev/null 2>&1 - @sh $(FIXANEPSFONTS) $@ $(EPSSOURCES_FROM_DOT): $(FIXANEPSFONTS) $(FIXFONTS) $(EPSSOURCES_FROM_DOT): %.eps: %.dot base-commit: b48ccb045d17f6d551ff210c74118f1769f66c63 -- 2.25.1