summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-01-13 17:44:02 +0100
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-01-13 17:44:02 +0100
commit849e05ead8cfb4e43c1b101e8fa60456b73a2936 (patch)
treec528083aa98579b17eb5912c32191e812451b57b /Makefile
parent5f1713b7eb570cfbb61ae5d28715b2899b5f479c (diff)
downloadluatexbase-849e05ead8cfb4e43c1b101e8fa60456b73a2936.tar.gz
Fix file generation in regs.dtx & make.
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) -- $@