From 8cd3123778cd2e710119c661f6f476ee19436a21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Sun, 28 Mar 2010 00:50:50 +0100 Subject: Makefile fixes. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b5c1e4d..8badc19 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ UNPACKED_CCTB = luatexbase-cctb.sty luatexbase.cctb.lua \ UNPACKED_LOADER = $(LOADER_RUN) \ test-loader-plain.tex test-loader-latex.tex UNPACKED_MODUTILS = $(MOD_RUN) \ - test-modutils-plain.tex test-modutils-latex.tex + test-modutils-plain.tex test-modutils-latex.tex test-modutils.lua UNPACKED = $(UNPACKED_MCB) $(UNPACKED_REGS) $(UNPACKED_ATTR) $(UNPACKED_CCTB) \ $(UNPACKED_LOADER) $(UNPACKED_MODUTILS) COMPILED = $(DOC) @@ -138,7 +138,7 @@ manifest: @for f in $(GENERATED); do echo $$f; done clean: - @$(RM) -- *.log *.aux *.toc *.idx *.ind *.ilg *.out + @$(RM) -- *.log *.aux *.toc *.idx *.ind *.ilg *.out test-*.pdf mrproper: clean @$(RM) -- $(GENERATED) $(ZIPS) -- cgit v1.2.3