1f34c69a5559f04386017626e046859558c4e24b
[project-aon.git] / common / epub / 14lcdk / 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 := en
9
10 # *English* book name (needed to find the image files)
11 ORIGSERIES=lw
12 ORIGBASENAME=14tcok
13
14
15 # The rest is common for all books
16 include ../Makefile.common