From c094d1a18bad9d1d671c047eac2f392107bc7205 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 21 Apr 2009 21:16:51 +0000 Subject: missed checkins of links, etc. git-svn-id: svn://tug.org/texlive/trunk@12782 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-update-4ht | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/tlpkg/bin/tl-update-4ht') 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`) -- cgit v1.2.3