diff options
| author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-28 20:54:13 +0200 | 
|---|---|---|
| committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-28 20:54:13 +0200 | 
| commit | 4f7874b84155e92331b205415dbd3b64dd9b77fc (patch) | |
| tree | 96629a34cc1cb8509ac733e1095bd3ae6cefe1dd | |
| parent | fa76f542d750b3feef1c43ce4e72e9bf20ac4154 (diff) | |
| download | luatexbase-4f7874b84155e92331b205415dbd3b64dd9b77fc.tar.gz | |
Adapt Makefile for testing with new loader.
| -rw-r--r-- | Makefile | 5 | ||||
| -rw-r--r-- | TODO | 1 | 
2 files changed, 4 insertions, 2 deletions
@@ -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) @@ -2,7 +2,6 @@ general  -------  - check for user macros starting with \luatex -- problems for testing since the loader changed. review Makefile  compat  ------  | 
