X-Git-Url: http://git.projectaon.org/?p=project-aon.git;a=blobdiff_plain;f=common%2Fepub%2F16eldv%2FMakefile;fp=common%2Fepub%2F16eldv%2FMakefile;h=20d1683ca09943aa16637c10988fb4985c0899f7;hp=0000000000000000000000000000000000000000;hb=c377892c74ca4c96f2819d458196c6a558fdb09b;hpb=47f79812b9f3f0677f27a8d8b3b37566b7ac01c3 diff --git a/common/epub/16eldv/Makefile b/common/epub/16eldv/Makefile new file mode 100644 index 0000000..20d1683 --- /dev/null +++ b/common/epub/16eldv/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=16tlov + + +# The rest is common for all books +include ../Makefile.common