From 1bf45a13d6c07b3ef20230770d68ee79ce014579 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Fern=C3=A1ndez-Sanguino?= Date: Tue, 9 May 2017 23:57:27 +0000 Subject: [PATCH] Add Spanish book LS #13 git-svn-id: https://projectaon.org/data/trunk@2619 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11 --- common/pdf/build/lw/13lsdlpdr/Makefile | 18 ++++++++++++++++++ common/pdf/build/lw/Makefile | 8 ++++---- 2 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 common/pdf/build/lw/13lsdlpdr/Makefile diff --git a/common/pdf/build/lw/13lsdlpdr/Makefile b/common/pdf/build/lw/13lsdlpdr/Makefile new file mode 100644 index 0000000..f306db6 --- /dev/null +++ b/common/pdf/build/lw/13lsdlpdr/Makefile @@ -0,0 +1,18 @@ +# Makefile for a Project Aon Book + +# Series (lw = LoneWolf, gs = GreyStar...) +SERIES=lw +# Sub-series (kai, magnakai, grandmaster, neworder, shianti (Grey Star)) +SUBSERIES=magnakai +# Book name +BASENAME=$(shell basename $(CURDIR)) +# Language of the file +BLANG := es + +# *English* book name (needed to find the image files) +ORIGSERIES=lw +ORIGBASENAME=13tplor + +# The rest is common for all books +include ../Makefile.common + diff --git a/common/pdf/build/lw/Makefile b/common/pdf/build/lw/Makefile index d70f9c7..2b21fc4 100644 --- a/common/pdf/build/lw/Makefile +++ b/common/pdf/build/lw/Makefile @@ -7,11 +7,11 @@ ENGLISH_DIRS := 01fftd 02fotw 03tcok 04tcod 05sots 06tkot 07cd 08tjoh \ # Unpublished (english) books: # 26tfobm 27v 28thos -# LS #1 to #12 (Spanish) +# LS #1 to #13 (Spanish) SPANISH_DIRS := 01hdlo 02fsea 03lcdk 04eam 05eddls 06lpdlc 07meec \ - 08ljdlh 09ecdm 10lmdt 11pdt 12lsdlo -# Unpublished (spanish) books: -# + 08ljdlh 09ecdm 10lmdt 11pdt 12lsdlo 13tplor +# Unpublished (spanish) books +# 14lcdk 16eldv DIRS = $(ENGLISH_DIRS) $(SPANISH_DIRS) -- 2.34.1