diff options
author | Karl Berry <karl@freefriends.org> | 2014-05-19 22:08:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-05-19 22:08:29 +0000 |
commit | c870315edd8c0e1b151cfb7410c1c4d673939e95 (patch) | |
tree | e2e6915e4ea4ae2147b95cf3916220f44271dbe8 /Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile | |
parent | 1e9d9d93d4fa10d84ee6688752db38d190b33c88 (diff) |
latex2e-help-texinfo (19may14)
git-svn-id: svn://tug.org/texlive/trunk@34128 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile b/Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile index bc781e222dd..8e9050be5ad 100644 --- a/Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile +++ b/Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile @@ -46,11 +46,14 @@ mostlyclean clean: realclean distclean: clean rm -f $(all) +dist = latex2e-help-texinfo.zip dist: all @rm -f spanish; ln -s . spanish - tar cvzf latex2e-help-texinfo.tgz \ - ChangeLog Makefile NEWS README ltx-help.el \ - latex2e.texi $(en_makeinfo_output) latex2e.pdf \ - $(addprefix spanish/, latex2e-es.texi $(es_makeinfo_output) latex2e-es.pdf) - @rm -f spanish - @ls -l latex2e-help-texinfo.tgz + @mkdir latex2e-help-texinfo; cd latex2e-help-texinfo; ln -s ../* . + zip -q $(dist) \ +$(addprefix latex2e-help-texinfo/, ChangeLog Makefile NEWS README ltx-help.el \ + latex2e.texi $(en_makeinfo_output) latex2e.pdf) \ +$(addprefix latex2e-help-texinfo/spanish/, \ + latex2e-es.texi $(es_makeinfo_output) latex2e-es.pdf) + @rm -rf latex2e-help-texinfo + @ls -l $(dist); unzip -t $(dist) |