From c85cc7caaa6fda766e77db889c4a9702afd8bf25 Mon Sep 17 00:00:00 2001 From: Ced Date: Mon, 11 Sep 2023 13:18:15 +0100 Subject: [PATCH] Make ebook the default target --- book/makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/book/makefile b/book/makefile index d817b5e..72042bc 100644 --- a/book/makefile +++ b/book/makefile @@ -61,6 +61,9 @@ tgt_figures := $(patsubst %.tex, %.png,$(src_figures)) %.xbb: %.jpg ebb -x $< +.PHONY: default +default: epub/book_sans_serif.epub + book_serif/book.pdf: $(src_all) $(LATEX) -output-directory=book_serif book.tex @@ -78,8 +81,6 @@ epub/%.azw3: epub/%.epub # Now with the rules # Expected usual rules first -.PHONY: default -default: build_serif_pdf .PHONY: all all: bake