409372b69f9fc9bdd86de1f751e50789c394a453
[project-aon.git] / common / epub / 13lsdlpdr / Makefile
1 # Makefile for a Project Aon Book
2
3 # Series (lw = LoneWolf, gs = GreyStar, fw = Freeway Warrior...)
4 SERIES=ls
5 # Book name
6 BASENAME=$(shell basename $(CURDIR))
7 # Language of the file
8 BLANG := es
9
10 # *English* book name (needed to find the image files)
11 ORIGSERIES=lw
12 ORIGBASENAME=13tplor
13
14
15 # The rest is common for all books
16 include ../Makefile.common