diff options
author | Karl Berry <karl@freefriends.org> | 2009-09-20 23:56:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-09-20 23:56:34 +0000 |
commit | 0ed8c3b79d4d60feca2ebd474727ac34dfd113ea (patch) | |
tree | d5d32e4cdea7d4c2ad65246c1095087eb0a54026 /Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile | |
parent | 468ebe00c99a6481bb3542f4ddf6cdadde20d9f7 (diff) |
latex2e-help-texinfo (sep09)
git-svn-id: svn://tug.org/texlive/trunk@15392 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 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile b/Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile index f2ef4f052b3..723d79f2d81 100644 --- a/Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile +++ b/Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile @@ -37,3 +37,10 @@ mostlyclean clean: realclean distclean: clean rm -f $(all) + +dist: all + tar cvzf latex2e-help-texinfo.tgz \ + ChangeLog Makefile NEWS README \ + latex2e.texi ltx-help.el \ + $(tex_output) $(makeinfo_output) + @ls -l latex2e-help-texinfo.tgz |