summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-03-28 00:50:50 +0100
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-03-28 00:50:50 +0100
commit8cd3123778cd2e710119c661f6f476ee19436a21 (patch)
tree884530cebed424fda9fd01c35afc2d72d8a6b3ca /Makefile
parent7578e441dd20847113adcb9aa5ff29477278f8a4 (diff)
downloadluatexbase-8cd3123778cd2e710119c661f6f476ee19436a21.tar.gz
Makefile fixes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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)