Add Spanish book LS #13
authorJavier Fernández-Sanguino <javier.fernandez-sanguino@projectaon.org>
Tue, 9 May 2017 23:57:27 +0000 (23:57 +0000)
committerJavier Fernández-Sanguino <javier.fernandez-sanguino@projectaon.org>
Tue, 9 May 2017 23:57:27 +0000 (23:57 +0000)
git-svn-id: https://projectaon.org/data/trunk@2619 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11

common/pdf/build/lw/13lsdlpdr/Makefile [new file with mode: 0644]
common/pdf/build/lw/Makefile

diff --git a/common/pdf/build/lw/13lsdlpdr/Makefile b/common/pdf/build/lw/13lsdlpdr/Makefile
new file mode 100644 (file)
index 0000000..f306db6
--- /dev/null
@@ -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
+
index d70f9c7..2b21fc4 100644 (file)
@@ -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:
-#  <CURRENTLY_NONE>
+               08ljdlh 09ecdm 10lmdt 11pdt 12lsdlo 13tplor
+# Unpublished (spanish) books
+#  14lcdk 16eldv
 
 DIRS = $(ENGLISH_DIRS) $(SPANISH_DIRS)