summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-03-11 16:57:59 +0100
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-03-11 16:57:59 +0100
commitaea103a1f2d2604cd5ae6883e6e808930f7ccef4 (patch)
tree7de177c7d5042b4f598d108269c643a516f2a78e /Makefile
parent6fd9e351fad8a6d4df2d2841a29da7fa99806463 (diff)
downloadluatexbase-aea103a1f2d2604cd5ae6883e6e808930f7ccef4.tar.gz
Add basic test files for attr.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 06c51d4..6206fec 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,9 @@ DTXSTY = lltxb-dtxstyle.tex
UNPACKED_MCB = test-luamcallbacks.tex luamcallbacks.lua
UNPACKED_REGS = luatexbase-regs.sty \
test-regs-plain.tex test-regs-latex.tex
-UNPACKED = $(UNPACKED_MCB) $(UNPACKED_REGS)
+UNPACKED_ATTR = luatexbase-attr.sty luatexbase.attr.lua \
+ test-attr-plain.tex test-attr-latex.tex
+UNPACKED = $(UNPACKED_MCB) $(UNPACKED_REGS) $(UNPACKED_ATTR)
COMPILED = $(DOC)
GENERATED = $(COMPILED) $(UNPACKED)
SOURCE = $(DTX) $(DTXSTY) README TODO Changes Makefile
@@ -59,10 +61,17 @@ $(UNPACKED_MCB): luamcallbacks.dtx
$(UNPACKED_REGS): luatexbase-regs.dtx
$(DO_TEX)
+$(UNPACKED_ATTR): luatexbase-attr.dtx
+ $(DO_TEX)
+
check-regs: $(UNPACKED_REGS)
luatex --interaction=batchmode test-regs-plain.tex >/dev/null
lualatex --interaction=batchmode test-regs-latex.tex >/dev/null
+check-attr: $(UNPACKED_ATTR)
+ luatex --interaction=batchmode test-attr-plain.tex >/dev/null
+ lualatex --interaction=batchmode test-attr-latex.tex >/dev/null
+
$(CTAN_ZIP): $(SOURCE) $(COMPILED) $(TDS_ZIP)
@echo "Making $@ for CTAN upload."
@$(RM) -- $@