diff options
| author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-01-21 21:50:53 +0100 |
|---|---|---|
| committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-01-21 21:50:53 +0100 |
| commit | c78802334fa9d9f26bea832294292db0469c759c (patch) | |
| tree | 49b5ccaea5d30b2ef9da089c07d43688f22eb8eb /Makefile | |
| parent | b478c0786ed0c7fec9b8fb60b6df1704015afbc0 (diff) | |
| download | luatexbase-c78802334fa9d9f26bea832294292db0469c759c.tar.gz | |
Fix auto-check in Makefile.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -43,8 +43,8 @@ all: $(GENERATED) check: check-regs doc: $(COMPILED) unpack: $(UNPACKED) -ctan: $(CTAN_ZIP) -tds: check $(TDS_ZIP) Makefile +ctan: check $(CTAN_ZIP) +tds: $(TDS_ZIP) Makefile world: all ctan %.pdf: %.dtx $(DTXSTY) |
