X-Git-Url: http://git.projectaon.org/?a=blobdiff_plain;f=common%2Fepub%2F10lmdt%2FMakefile;fp=common%2Fepub%2F10lmdt%2FMakefile;h=951068cbfe20f3c302c691afd28d63fb0e877931;hb=f4bdee5083ca9a72713637e1e979aa183e06faea;hp=0000000000000000000000000000000000000000;hpb=97545603aea8298f1eceb604ff65085cc7adfced;p=project-aon.git diff --git a/common/epub/10lmdt/Makefile b/common/epub/10lmdt/Makefile new file mode 100644 index 0000000..951068c --- /dev/null +++ b/common/epub/10lmdt/Makefile @@ -0,0 +1,17 @@ +# Makefile for a Project Aon Book + +# Series (lw = LoneWolf, gs = GreyStar...) +SERIES=ls +# Sub-series (kai, magnakai, grandmaster, neworder, shianti (Grey Star)) +SUBSERIES=magnakai +# Book name +BASENAME=$(shell basename $(CURDIR)) +# Language of the file +BLANG := es + +# *English* book name (needed to find the image files) +ORIGSERIES=lw +ORIGBASENAME=10tdot + +# The rest is common for all books +include ../Makefile.common