summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhilipp Gesang <phg@phi-gamma.net>2015-07-21 07:52:58 +0200
committerPhilipp Gesang <phg@phi-gamma.net>2015-07-21 07:53:02 +0200
commite3d7d44a4eb599e7168158c66c6421e6e5f867a0 (patch)
tree9ebe4cc916bfcb323f937984332822f20f9ddc3f /Makefile
parentc4ed163680db9a566b29f5f1d8b98a928f8055a0 (diff)
downloadluaotfload-e3d7d44a4eb599e7168158c66c6421e6e5f867a0.tar.gz
[build] include merged fontloader in resources
This ensures the file is included in the TDS repository.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f81f544..2613db4 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ GLYPHS = $(BUILDDIR)/$(NAME)-glyphlist.lua
CHARS = $(BUILDDIR)/$(NAME)-characters.lua
STATUS = $(BUILDDIR)/$(NAME)-status.lua
LOADER = $(BUILDDIR)/fontloader-$(shell date +%F).lua
-RESOURCES = $(GLYPHS) $(CHARS) $(STATUS)
+RESOURCES = $(GLYPHS) $(CHARS) $(LOADER) $(STATUS)
SOURCE = $(DOCSRC) $(MANSRC) $(SRC) README COPYING Makefile NEWS $(RESOURCESCRIPTS)
# Files grouped by installation location