mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-09 12:41:12 -06:00
Make ebook the default target
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user