diff options
| author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-28 00:50:50 +0100 | 
|---|---|---|
| committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-28 00:50:50 +0100 | 
| commit | 8cd3123778cd2e710119c661f6f476ee19436a21 (patch) | |
| tree | 884530cebed424fda9fd01c35afc2d72d8a6b3ca /Makefile | |
| parent | 7578e441dd20847113adcb9aa5ff29477278f8a4 (diff) | |
| download | luatexbase-8cd3123778cd2e710119c661f6f476ee19436a21.tar.gz | |
Makefile fixes.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 | 
1 files changed, 2 insertions, 2 deletions
@@ -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)  | 
