reorganizing the repository
[project-aon.git] / common / pdf / build / lw / 21votm / Makefile
1 # Makefile for a Project Aon Book
2
3 # Series (lw = LoneWolf, gs = GreyStar...)
4 SERIES=lw
5 # Sub-series (kai, magnakai, grandmaster, neworder, shianti (Grey Star))
6 SUBSERIES=neworder
7 # Book name
8 BASENAME=$(shell basename $(CURDIR))
9 # Language of the file
10 BLANG := en
11
12 # The rest is common for all books
13 include ../Makefile.common