From fd32fc2f848f8b7aba11b2510bfe14ce64f9ea16 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Fern=C3=A1ndez-Sanguino?= Date: Wed, 10 May 2017 21:11:09 +0000 Subject: [PATCH] Add Lone Wolf series (in Spanish) to use Souvenir font git-svn-id: https://projectaon.org/data/trunk@2628 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11 --- common/epub/Makefile.common | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/epub/Makefile.common b/common/epub/Makefile.common index 66201da..0ab0e7a 100644 --- a/common/epub/Makefile.common +++ b/common/epub/Makefile.common @@ -30,6 +30,9 @@ COVERIMAGE := $(AONROOTDIR)/$(BLANG)/jpeg/$(SERIES)/$(BASENAME)/skins/ebook/cove ifeq ($(SERIES), lw) FONTDIR := $(AONROOTDIR)/../fontfiles/ endif +ifeq ($(SERIES), ls) +FONTDIR := $(AONROOTDIR)/../fontfiles/ +endif ifeq ($(SERIES), gs) FONTDIR := $(AONROOTDIR)/../fontfiles/ endif -- 2.34.1