X-Git-Url: http://git.projectaon.org/?p=project-aon.git;a=blobdiff_plain;f=common%2Fepub%2F14lcdk%2FMakefile;fp=common%2Fepub%2F14lcdk%2FMakefile;h=1f34c69a5559f04386017626e046859558c4e24b;hp=0000000000000000000000000000000000000000;hb=c377892c74ca4c96f2819d458196c6a558fdb09b;hpb=47f79812b9f3f0677f27a8d8b3b37566b7ac01c3 diff --git a/common/epub/14lcdk/Makefile b/common/epub/14lcdk/Makefile new file mode 100644 index 0000000..1f34c69 --- /dev/null +++ b/common/epub/14lcdk/Makefile @@ -0,0 +1,16 @@ +# Makefile for a Project Aon Book + +# Series (lw = LoneWolf, gs = GreyStar, fw = Freeway Warrior...) +SERIES=ls +# Book name +BASENAME=$(shell basename $(CURDIR)) +# Language of the file +BLANG := en + +# *English* book name (needed to find the image files) +ORIGSERIES=lw +ORIGBASENAME=14tcok + + +# The rest is common for all books +include ../Makefile.common