From fdd542de57316662f2c24ced0f6327d53e234650 Mon Sep 17 00:00:00 2001 From: Ced Date: Mon, 26 Jun 2023 19:49:04 +0100 Subject: [PATCH] Remove png building Seems to struggle on CI with \\\b or something, we don't absolutely need it right now so let's get rid of it. --- book/makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/book/makefile b/book/makefile index fdce41d..6a7074a 100644 --- a/book/makefile +++ b/book/makefile @@ -35,14 +35,6 @@ tgt_figures := $(patsubst %.tex, %.png,$(src_figures)) %.pdf: %.tex $(LATEX) $< -%.png: %.tex - @echo "\input{./vars}" > $@.in - # \b is backspace.. - @echo "\\\begin{document}" >> $@.in - @cat $< >> $@.in - @echo "\end{document}" >> $@.in - $(LATEX) $@.in - book_serif/book.pdf: $(src_all) $(tgt_figures) $(LATEX) -output-directory=book_serif book.tex