summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9e40e38..e342741 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ DTX = $(wildcard *.dtx)
DOC = $(patsubst %.dtx, %.pdf, $(DTX))
DTXSTY = lltxb-dtxstyle.tex
LOADER_RUN = luatexbase-loader.sty luatexbase.loader.lua
-MOD_RUN = luatexbase-modutils.sty modutils.lua
+MOD_RUN = luatexbase-modutils.sty luatexbase.modutils.lua
# Files grouped by generation mode
UNPACKED_MCB = luamcallbacks.lua \
@@ -65,6 +65,9 @@ world: all ctan
$(DO_PDFLATEX)
$(DO_PDFLATEX)
+luatexbase.%.lua: %.lua
+ ln -s $< $@
+
$(UNPACKED_MCB): luamcallbacks.dtx
$(DO_TEX)