summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-4ht
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-04-21 21:16:51 +0000
committerKarl Berry <karl@freefriends.org>2009-04-21 21:16:51 +0000
commitc094d1a18bad9d1d671c047eac2f392107bc7205 (patch)
treeb9c26e61fd3b9769cc22058c80994f51ae9de819 /Master/tlpkg/bin/tl-update-4ht
parentf45f3999601c5df722ce7074890782ee8bb59134 (diff)
missed checkins of links, etc.
git-svn-id: svn://tug.org/texlive/trunk@12782 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-4ht')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-4ht2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-4ht b/Master/tlpkg/bin/tl-update-4ht
index e70f6cb7e7a..893c5b8c2c4 100755
--- a/Master/tlpkg/bin/tl-update-4ht
+++ b/Master/tlpkg/bin/tl-update-4ht
@@ -55,7 +55,7 @@ comm -23 /tmp/now /tmp/new >/tmp/c; wc -l /tmp/c # looking for deletions
(cd texmf/tex4ht/ && tar cf - . | (cd $tm/texmf-dist/tex4ht/ && tar xpf -))
#
# additions:
-comm -13 /tmp/now /tmp/new >/tmp/c; wc -l /tmp/c # looking for deletions
+comm -13 /tmp/now /tmp/new >/tmp/c; wc -l /tmp/c
# must add dirs manually first:
(cd $tm/texmf-dist/tex4ht/ && svn add -N `sed 's,/[^/]*$,,' /tmp/c | sort -u`)
(cd $tm/texmf-dist/tex4ht/ && svn add `cat /tmp/c`)