From 016c58740bb7f1ffc794ca97c492fdab010f913d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 2 Apr 2007 23:49:12 +0000 Subject: (latex) tugboat update (30mar07), no more tugboat special case git-svn-id: svn://tug.org/texlive/trunk@4102 c570f23f-e606-0410-a88d-b1316a301751 --- Build/tools/ctan2tl | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'Build') diff --git a/Build/tools/ctan2tl b/Build/tools/ctan2tl index 0e01ef482f0..622656c691f 100755 --- a/Build/tools/ctan2tl +++ b/Build/tools/ctan2tl @@ -96,19 +96,6 @@ else cp -pr $ctan_dir1/. $pkg fi -# Another special case: annoyingly, tugboat plain and tugboat latex are -# stored in two different places on ctan. we'll assume we're invoked -# with the latex dir, and now arrange to also copy in the plain stuff to -# a `plain' subdirectory, which ctan2tds.pl has a further special case -# to handle. Maybe we'll come across other cases like this, in which -# case we can generalize this. -# -if test "$pkg" = tugboat; then - ctan_dir2=`echo $ctan_dir1 | sed s/latex/plain/` - destdir2=$pkg/plain - cp -r $ctan_dir2 $destdir2 -fi - fi # end of copying from CTAN. -- cgit v1.2.3