1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-10-06 02:40:46 +00:00
calibre-web/build.sh

12 lines
342 B
Bash
Raw Normal View History

2017-03-02 10:31:21 +00:00
#!/bin/sh
python -m py_compile cps.py
python -m py_compile cps/book_formats.py
python -m py_compile cps/db.py
python -m py_compile cps/epub.py
python -m py_compile cps/fb2.py
python -m py_compile cps/helper.py
python -m py_compile cps/ub.py
python -m py_compile cps/uploader.py
python -m py_compile cps/web.py
python -m py_compile cps.py