summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile')
-rw-r--r--Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile15
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)