From 2ae2d14d629888dfd3c5617ff604278c68501640 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 17 Jan 2019 09:36:16 +0530 Subject: [PATCH] Rapydscript must be built after mathjax --- setup/resources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/resources.py b/setup/resources.py index 8fea7c2512..1554b5551f 100644 --- a/setup/resources.py +++ b/setup/resources.py @@ -287,7 +287,7 @@ class RapydScript(Command): # {{{ class Resources(Command): # {{{ description = 'Compile various needed calibre resources' - sub_commands = ['kakasi', 'coffee', 'rapydscript', 'mathjax'] + sub_commands = ['kakasi', 'coffee', 'mathjax', 'rapydscript'] def run(self, opts): from calibre.utils.serialize import msgpack_dumps