Make ebook the default target

This commit is contained in:
Ced
2023-09-11 13:18:15 +01:00
parent 400305a172
commit c85cc7caaa

View File

@@ -61,6 +61,9 @@ tgt_figures := $(patsubst %.tex, %.png,$(src_figures))
%.xbb: %.jpg %.xbb: %.jpg
ebb -x $< ebb -x $<
.PHONY: default
default: epub/book_sans_serif.epub
book_serif/book.pdf: $(src_all) book_serif/book.pdf: $(src_all)
$(LATEX) -output-directory=book_serif book.tex $(LATEX) -output-directory=book_serif book.tex
@@ -78,8 +81,6 @@ epub/%.azw3: epub/%.epub
# Now with the rules # Now with the rules
# Expected usual rules first # Expected usual rules first
.PHONY: default
default: build_serif_pdf
.PHONY: all .PHONY: all
all: bake all: bake