summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-01-12 23:20:45 +0000
committerKarl Berry <karl@freefriends.org>2007-01-12 23:20:45 +0000
commit5df7e7d418b18e63caa51cac57443d826e0e8438 (patch)
tree86cfa1087f6d938febae3799a77390ada4b828d0 /Master/texmf-doc/source
parent78fb72901d74fc6a9d6d99b443b53b9b31e2f573 (diff)
update output
git-svn-id: svn://tug.org/texlive/trunk@3398 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-doc/source')
-rw-r--r--Master/texmf-doc/source/english/texlive-en/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-doc/source/english/texlive-en/Makefile b/Master/texmf-doc/source/english/texlive-en/Makefile
index 1e1132f3824..5f8a0e909f2 100644
--- a/Master/texmf-doc/source/english/texlive-en/Makefile
+++ b/Master/texmf-doc/source/english/texlive-en/Makefile
@@ -41,7 +41,7 @@ install:
instdir=$(insttop)/$$lang/$$tldir; \
echo tldoc install to $$instdir; \
for f in $(instfiles); do \
- cmp -s $$f $$instdir/$$f && continue; \
+ cmp -s $$f $$instdir/$$f && rm -v $$f && continue; \
mv -v $$f $$instdir/$$f; \
done; echo "Now svn commit $$instdir"