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.
This commit is contained in:
Ced
2023-06-26 19:49:04 +01:00
parent 31b5a29677
commit fdd542de57

View File

@@ -35,14 +35,6 @@ tgt_figures := $(patsubst %.tex, %.png,$(src_figures))
%.pdf: %.tex %.pdf: %.tex
$(LATEX) $< $(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) book_serif/book.pdf: $(src_all) $(tgt_figures)
$(LATEX) -output-directory=book_serif book.tex $(LATEX) -output-directory=book_serif book.tex