summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-05-10 22:00:58 +0200
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-05-10 22:00:58 +0200
commit615f711f63da8ad022b7cc80d64f7df5e4896204 (patch)
treee80b59f3e14ca4826b8723d7696874e030073391 /Makefile
parentedd2d1fc9c836e62e1f0a2811b4343b85066a933 (diff)
downloadluatexbase-615f711f63da8ad022b7cc80d64f7df5e4896204.tar.gz
Fix spurious space in Makefile.
So spurious spaces are not just a TeX problem? ;-)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 54fb88a..b2972ba 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,8 @@ UNPACKED_ATTR = luatexbase-attr.sty attr.lua \
test-attr-plain.tex test-attr-latex.tex
UNPACKED_CCTB = luatexbase-cctb.sty cctb.lua \
test-cctb-plain.tex test-cctb-latex.tex
-TMP_LOADER = test-loader # temporary file for testing
+# temporary file for testing loader
+TMP_LOADER = test-loader
UNPACKED_LOADER = $(LOADER_RUN) \
test-loader-plain.tex test-loader-latex.tex \
$(TMP_LOADER).lua test-loader.sub.lua