From 9ae5846a37978971ce31b48a585eb7c47ae61fc7 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Fri, 1 Apr 2022 15:08:16 +0300 Subject: [PATCH] feat(pages): Add mobi output to static site resources --- rules/rules.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rules/rules.mk b/rules/rules.mk index 3228dc70..84fedb28 100644 --- a/rules/rules.mk +++ b/rules/rules.mk @@ -1205,7 +1205,7 @@ $(BUILDDIR)/%.mdbook/book.toml: %-manifest.yml DISTDIRS += *.static -%.static: $(addprefix $(BUILDDIR)/%.static/,config.toml content/_index.md templates/index.html sass/style.sass) %-epub-$(_poster).jpg %.pdfs %.epub %.mdbook +%.static: $(addprefix $(BUILDDIR)/%.static/,config.toml content/_index.md templates/index.html sass/style.sass) %-epub-$(_poster).jpg %.pdfs %.epub %.mobi %.mdbook set -o extendedglob export VERSION_CONTROL=none local zola_src="$(