diff options
| author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-29 06:55:59 +0200 | 
|---|---|---|
| committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-29 06:55:59 +0200 | 
| commit | cd47e49451cd03a147ce32498739f803973d7f9f (patch) | |
| tree | 9b9ecb3e6bbdae26a3376c71f737681d908ca260 /Makefile | |
| parent | 0cb0558dceb0ed685e6dcd249de6359f0e97c101 (diff) | |
| download | luatexbase-cd47e49451cd03a147ce32498739f803973d7f9f.tar.gz | |
Minor Makefile fix.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ world: all ctan  	$(DO_PDFLATEX)  luatexbase.%.lua: %.lua -	ln -s $< $@ +	ln -sf $< $@  $(UNPACKED_MCB): luamcallbacks.dtx  	$(DO_TEX)  | 
