reorganizing the repository
[project-aon.git] / common / epub / 09ecdm / Makefile
1 # Makefile for a Project Aon Book
2
3 # Series (lw = LoneWolf, gs = GreyStar...)
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=09tcof
13
14 # The rest is common for all books
15 include ../Makefile.common