summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkira Yokosawa <akiyks@gmail.com>2023-07-14 23:07:37 +0900
committerPaul E. McKenney <paulmck@kernel.org>2023-07-14 08:08:56 -0700
commit6645c80820838cd9149d8f278f0848c7d26357e1 (patch)
tree0c736e14ee713f603d14c37b51cab9701ec4e5a7
parentb48ccb045d17f6d551ff210c74118f1769f66c63 (diff)
downloadperfbook-6645c80820838cd9149d8f278f0848c7d26357e1.tar.gz
Don't run fixfonts for pstricks figures
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@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bffdd2da..f25baf27 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