From: Javier Fernández-Sanguino Date: Wed, 10 May 2017 21:11:09 +0000 (+0000) Subject: Add Lone Wolf series (in Spanish) to use Souvenir font X-Git-Tag: 20180215~70 X-Git-Url: http://git.projectaon.org/?a=commitdiff_plain;h=fd32fc2f848f8b7aba11b2510bfe14ce64f9ea16;p=project-aon.git Add Lone Wolf series (in Spanish) to use Souvenir font git-svn-id: https://projectaon.org/data/trunk@2628 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11 --- 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