From e3bba99884ce591c9485122e96fff7071fc7c112 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 26 Dec 2006 23:33:50 +0000 Subject: rsc is not a single file any more; make /tmp/tldiff.com to list common files. git-svn-id: svn://tug.org/texlive/trunk@2958 c570f23f-e606-0410-a88d-b1316a301751 --- Build/tools/ctan2tl | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'Build') diff --git a/Build/tools/ctan2tl b/Build/tools/ctan2tl index ef1c2281a99..0e01ef482f0 100755 --- a/Build/tools/ctan2tl +++ b/Build/tools/ctan2tl @@ -82,11 +82,6 @@ if echo "$pkg" | egrep "^($latex_tds_pkglist)\$" >/dev/null; then fi (cd $pkg && unzip -qq $ctan_root/macros/latex/contrib/latex-tds/$zipname) -elif test "$pkg" = rsc; then - # single bst file. - mkdir -p $pkg - cp -p $ctan_dir1 $pkg - elif test "$pkg" = genmisc; then # do not copy subdirs, symlinks, or any files but .sty and .tex # (that is, no patch.doc or pmat.zip). @@ -148,13 +143,15 @@ else # comm -3 /tmp/pkgfiles.new /tmp/pkgfiles.tpm # - for common_file in `comm -12 /tmp/pkgfiles.new /tmp/pkgfiles.tpm`; do + comm -12 /tmp/pkgfiles.new /tmp/pkgfiles.tpm >/tmp/tldiff.com + # + for common_file in `cat /tmp/tldiff.com`; do diff --ignore-all-space -u0 $Master/$common_file $pkg/$common_file done >/tmp/tldiff diff_lines=`wc -l