From: Javier Fernández-Sanguino Date: Tue, 9 May 2017 23:45:35 +0000 (+0000) Subject: Add both published and unpublished books to the Makefile structure X-Git-Tag: 20180215~83 X-Git-Url: http://git.projectaon.org/?a=commitdiff_plain;h=c377892c74ca4c96f2819d458196c6a558fdb09b;p=project-aon.git Add both published and unpublished books to the Makefile structure git-svn-id: https://projectaon.org/data/trunk@2615 f6f3e2d7-ff33-0410-aaf5-b4bee2cdac11 --- 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