reorganizing the repository
[project-aon.git] / common / pdf / build / lw / Makefile.basic
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=kai
7 #SUBSERIES=magnakai
8 #SUBSERIES=grandmaster
9 #SUBSERIES=neworder
10 #SUBSERIES=shianti
11 # Book name
12 BASENAME=$(shell basename $(CURDIR))
13 # Language of the file
14 BLANG := en
15
16 # For translated documents also add the following: 
17 # *English* book name (needed to find the image files)
18 #ORIGSERIES=lw
19 #ORIGBASENAME=xxxxx
20
21 # The rest is common for all books
22 include ../Makefile.common