Add both published and unpublished books to the Makefile structure
authorJavier Fernández-Sanguino <javier.fernandez-sanguino@projectaon.org>
Tue, 9 May 2017 23:45:35 +0000 (23:45 +0000)
committerJavier Fernández-Sanguino <javier.fernandez-sanguino@projectaon.org>
Tue, 9 May 2017 23:45:35 +0000 (23:45 +0000)
git-svn-id: https://projectaon.org/data/trunk@2615 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11

common/epub/13lsdlpdr/Makefile [new file with mode: 0644]
common/epub/14lcdk/Makefile [new file with mode: 0644]
common/epub/16eldv/Makefile [new file with mode: 0644]

diff --git a/common/epub/13lsdlpdr/Makefile b/common/epub/13lsdlpdr/Makefile
new file mode 100644 (file)
index 0000000..136d51c
--- /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=13tplor
+
+
+# The rest is common for all books
+include ../Makefile.common
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
diff --git a/common/epub/16eldv/Makefile b/common/epub/16eldv/Makefile
new file mode 100644 (file)
index 0000000..20d1683
--- /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=16tlov
+
+
+# The rest is common for all books
+include ../Makefile.common