diff options
author | Philipp Gesang <phg@phi-gamma.net> | 2015-07-21 07:52:58 +0200 |
---|---|---|
committer | Philipp Gesang <phg@phi-gamma.net> | 2015-07-21 07:53:02 +0200 |
commit | e3d7d44a4eb599e7168158c66c6421e6e5f867a0 (patch) | |
tree | 9ebe4cc916bfcb323f937984332822f20f9ddc3f | |
parent | c4ed163680db9a566b29f5f1d8b98a928f8055a0 (diff) | |
download | luaotfload-e3d7d44a4eb599e7168158c66c6421e6e5f867a0.tar.gz |
[build] include merged fontloader in resources
This ensures the file is included in the TDS repository.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |