From c377892c74ca4c96f2819d458196c6a558fdb09b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20Fern=C3=A1ndez-Sanguino?= Date: Tue, 9 May 2017 23:45:35 +0000 Subject: [PATCH] Add both published and unpublished books to the Makefile structure git-svn-id: https://projectaon.org/data/trunk@2615 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11 --- common/epub/13lsdlpdr/Makefile | 16 ++++++++++++++++ common/epub/14lcdk/Makefile | 16 ++++++++++++++++ common/epub/16eldv/Makefile | 16 ++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 common/epub/13lsdlpdr/Makefile create mode 100644 common/epub/14lcdk/Makefile create mode 100644 common/epub/16eldv/Makefile diff --git a/common/epub/13lsdlpdr/Makefile b/common/epub/13lsdlpdr/Makefile new file mode 100644 index 0000000..136d51c --- /dev/null +++ b/common/epub/13lsdlpdr/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=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 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 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 -- 2.34.1