Fix rules to point to correct locations
[project-aon.git] / common / epub / 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 # The rest is common for all books
17 include ../Makefile.common