diff options
author | Karl Berry <karl@freefriends.org> | 2011-06-26 23:10:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-06-26 23:10:14 +0000 |
commit | 7362abcee87a67452082d2ce3027a547d3df9926 (patch) | |
tree | eb8aacc40b50b2806c6cc2789ad07e163b4b2465 /Master/texmf-dist/source/luatex/luamplib/Makefile | |
parent | 49d11ebd29b74c5f6be914e1d977de6a0303a5d7 (diff) |
luamplib (24jun11)
git-svn-id: svn://tug.org/texlive/trunk@23137 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/luatex/luamplib/Makefile')
-rw-r--r-- | Master/texmf-dist/source/luatex/luamplib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/luatex/luamplib/Makefile b/Master/texmf-dist/source/luatex/luamplib/Makefile index 8089ad6ff73..998b0ffacb0 100644 --- a/Master/texmf-dist/source/luatex/luamplib/Makefile +++ b/Master/texmf-dist/source/luatex/luamplib/Makefile @@ -27,7 +27,7 @@ TDS_ZIP = $(NAME).tds.zip ZIPS = $(CTAN_ZIP) $(TDS_ZIP) all: $(GENERATED) -doc: $(COMPILED) +doc: $(DOC) unpack: $(UNPACKED) ctan: check $(CTAN_ZIP) tds: $(TDS_ZIP) @@ -45,7 +45,7 @@ check: $(UNPACKED) luatex -interaction=batchmode test-$(NAME)-plain.tex >/dev/null lualatex -interaction=batchmode test-$(NAME)-latex.tex >/dev/null -$(CTAN_ZIP): $(SOURCES) $(COMPILED) $(TDS_ZIP) +$(CTAN_ZIP): $(SOURCES) $(DOC) $(TDS_ZIP) @echo "Making $@ for CTAN upload." @$(RM) -- $@ @zip -9 $@ $^ >/dev/null |