Rapydscript must be built after mathjax

This commit is contained in:
Kovid Goyal 2019-01-17 09:36:16 +05:30
parent 64ad30d910
commit 2ae2d14d62
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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