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/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile b/Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile
index a872dd54621..4b5b0d83d22 100644
--- a/Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile
+++ b/Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile
@@ -46,11 +46,11 @@ mostlyclean clean:
realclean distclean: clean
rm -f $(all)
-dist: all
- rm -f spanish; ln -s . spanish
+dist:
+ @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
+ @rm -f spanish
@ls -l latex2e-help-texinfo.tgz