Extract book cover utilities into BookCoverUtils
Refactors book cover and metadata handling out of Epub class into a dedicated BookCoverUtils utility. Moves FootnoteEntry struct into reader activity directory. Simplifies cache clearing to use direct storage operations instead of Epub class.
This commit is contained in:
@@ -13,7 +13,7 @@ process() {
|
||||
|
||||
python scripts/generate_hyphenation_trie.py \
|
||||
--input "build/$lang.bin" \
|
||||
--output "lib/Epub/Epub/hyphenation/generated/hyph-${lang}.trie.h"
|
||||
--output "lib/Epub/Epub/hyphenation/generated/hyph-${lang}.trie.h" # OBSOLETE: legacy engine removed
|
||||
}
|
||||
|
||||
process en
|
||||
|
||||
Reference in New Issue
Block a user