--- /dev/null
+# 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
+
# 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)