summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6f6af66..9716ade 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,8 @@ DOC = $(patsubst %.dtx, %.pdf, $(DTX))
# Files grouped by generation mode
UNPACKED_MCB = luamcallbacks-test.tex luamcallbacks.lua
-UNPACKED = $(UNPACKED_MCB)
+UNPACKED_REGS = luatexbase-regs.sty luatexbase-regs-latex.tex
+UNPACKED = $(UNPACKED_MCB) $(UNPACKED_REGS)
COMPILED = $(DOC)
GENERATED = $(COMPILED) $(UNPACKED)
SOURCE = $(DTX) README Makefile
@@ -51,6 +52,9 @@ world: all ctan
$(UNPACKED_MCB): luamcallbacks.dtx
$(DO_TEX)
+$(UNPACKED_REGS): luatexbase-regs.dtx
+ $(DO_TEX)
+
$(CTAN_ZIP): $(SOURCE) $(COMPILED) $(TDS_ZIP)
@echo "Making $@ for CTAN upload."
@$(RM) -- $@