20d1683ca09943aa16637c10988fb4985c0899f7
[project-aon.git] / common / epub / 16eldv / 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=16tlov
13
14
15 # The rest is common for all books
16 include ../Makefile.common