Add both published and unpublished books to the Makefile structure
[project-aon.git] / common / epub / 14lcdk / Makefile
diff --git a/common/epub/14lcdk/Makefile b/common/epub/14lcdk/Makefile
new file mode 100644 (file)
index 0000000..1f34c69
--- /dev/null
@@ -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