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