summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2014-01-15 22:53:20 -0800
committerPhilipp Gesang <phg42.2a@gmail.com>2014-01-15 22:53:20 -0800
commit164185fd15939f480627513cd42f4623f9d6d4e2 (patch)
tree257136c6ce3a71127bbd1474f2251eece0d52c6b /Makefile
parent09316ec5b7eb2cc2b507aa9105e4197a90d29071 (diff)
parent2a5b67b754089b6fd3299e6621885ebcc3fb627b (diff)
downloadluaotfload-164185fd15939f480627513cd42f4623f9d6d4e2.tar.gz
Merge pull request #182 from phi-gamma/texlive2014
move main Lua file out of the DTX
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aec2ac0..8405e3a 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ RESOURCES = $(GLYPHS) $(CHARS) $(STATUS)
GRAPHED = $(DOTPDF)
MAN = $(MANPAGE)
COMPILED = $(DOC)
-UNPACKED = luaotfload.sty luaotfload.lua
+UNPACKED = luaotfload.sty
GENERATED = $(GRAPHED) $(UNPACKED) $(COMPILED) $(RESOURCES) $(MAN)
SOURCE = $(DTX) $(MANSOURCE) $(OTFL) README Makefile NEWS $(RESOURCESCRIPTS)