mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-27 05:14:00 -06:00
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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user