summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2009-05-01 16:38:23 +0200
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2009-05-01 16:38:23 +0200
commit44ac3b8ebd274afc4dca96aa4a286726428d4581 (patch)
tree57f963a883f6bac14a406df9fdc55d099e3c8896 /Makefile
parent9badaa242a9e969ef8a453db3fe00f303eefd4f1 (diff)
downloadluaotfload-44ac3b8ebd274afc4dca96aa4a286726428d4581.tar.gz
otfl-* files were missing in SOURCE
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d27af3e..4ded5fe 100644
--- a/Makefile
+++ b/Makefile
@@ -3,15 +3,16 @@
NAME = luaotfload
DOC = $(NAME).pdf
DTX = $(NAME).dtx
+OTFL = $(wildcard otfl-*.lua)
# Files grouped by generation mode
COMPILED = $(DOC)
UNPACKED = luaotfload.sty luaotfload.lua
GENERATED = $(COMPILED) $(UNPACKED)
-SOURCE = $(DTX) README Makefile
+SOURCE = $(DTX) $(OTFL) README Makefile
# Files grouped by installation location
-RUNFILES = $(UNPACKED) $(wildcard otfl-*.lua)
+RUNFILES = $(UNPACKED) $(OTFL)
DOCFILES = $(DOC) README
SRCFILES = $(DTX) Makefile