summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-05-13 22:26:53 +0000
committerKarl Berry <karl@freefriends.org>2011-05-13 22:26:53 +0000
commit7b1412793a9f44a07b9cbd0dd6111f68e0a91e86 (patch)
tree1e49134cfd98699b34ccebdfea4f2b3bf8f925cc /Master/texmf-dist/doc/latex/latex2e-help-texinfo/Makefile
parentae5426ba24cb178c4e8bb77c4de79f5d04c5512b (diff)
latex2e-help-texinfo (13may11)
git-svn-id: svn://tug.org/texlive/trunk@22463 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/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