From 0614fe7d8fca1145db51ea2f8bee5040e31d8b68 Mon Sep 17 00:00:00 2001 From: Hendrik Kleinwaechter Date: Tue, 27 Jun 2023 14:31:08 +0200 Subject: [PATCH] Fix export figures (#127) This fixes the export figures command --- .gitignore | 2 ++ book/makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2c58e71..e7bb5b5 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ book/content.opf book/output-epub book/figures/*.png book/figures/*.pdf +book/figures/*.in book/tables/*.png book/tables/*.pdf book/release/* @@ -53,4 +54,5 @@ book/book-azw3/ book_sans_serif/ book_serif/ release_sans_serif/ +epub/ *.opf diff --git a/book/makefile b/book/makefile index d8a7f27..727d3b1 100644 --- a/book/makefile +++ b/book/makefile @@ -130,7 +130,7 @@ build_sans_serif_ebook: epub/book_sans_serif.epub epub/book_sans_serif.mobi \ .PHONY: export_figures # Requires that you have docker running on your computer. -export_figures: $(tgt_figures) +export_figures: build_pdf $(tgt_figures) cd figures/ && bash export_figures.sh # Goal is not really to have 0 warning reported but we should check we don't