diff options
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 |