summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2013-05-18 02:51:09 -0700
committerPhilipp Gesang <phg42.2a@gmail.com>2013-05-18 02:51:09 -0700
commitc71b8b5fae777f00abbf89fd64f3164bc9c9a303 (patch)
tree3c884bf60c375eed8498f838637dbd26128f38ef /Makefile
parent7b62f2c6a0b6251bcb5295b493a92b0724e85640 (diff)
parent90e7da4496c82a27a85845f5929d5cfc18be7740 (diff)
downloadlualibs-c71b8b5fae777f00abbf89fd64f3164bc9c9a303.tar.gz
Merge pull request #10 from phi-gamma/master
update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4a08cf0..453d6cc 100644
--- a/Makefile
+++ b/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