diff options
author | Karl Berry <karl@freefriends.org> | 2013-05-18 22:10:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-05-18 22:10:13 +0000 |
commit | 0ee744b73c1c0e6ead0d311c9ceeaa96c0a3ee7b (patch) | |
tree | 022d1e6a511f9b6fe864228ab4d1f164cbc1cc60 /Master/texmf-dist/source/luatex/lualibs/Makefile | |
parent | 83a088d792eae526aebb1961564db25fc6902ed1 (diff) |
lualibs (18may13)
git-svn-id: svn://tug.org/texlive/trunk@30555 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/luatex/lualibs/Makefile')
-rw-r--r-- | Master/texmf-dist/source/luatex/lualibs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/luatex/lualibs/Makefile b/Master/texmf-dist/source/luatex/lualibs/Makefile index 4a08cf0b716..453d6cc45ad 100644 --- a/Master/texmf-dist/source/luatex/lualibs/Makefile +++ b/Master/texmf-dist/source/luatex/lualibs/Makefile @@ -3,7 +3,8 @@ NAME = lualibs DTX = $(wildcard *.dtx) DOC_DTX = $(patsubst %.dtx, %.pdf, $(DTX)) -MODULES = $(wildcard lualibs-*.lua) +LUALIBS = $(wildcard lualibs-*.lua) +MODULES = $(filter-out $(UNPACKED),$(LUALIBS)) # Files grouped by generation mode TESTSCRIPT = test-lualibs.lua |