diff options
Diffstat (limited to 'Master/tlpkg/libexec/cjk-build.pl')
-rw-r--r-- | Master/tlpkg/libexec/cjk-build.pl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Master/tlpkg/libexec/cjk-build.pl b/Master/tlpkg/libexec/cjk-build.pl index a7cc28cffc3..444cba09dfa 100644 --- a/Master/tlpkg/libexec/cjk-build.pl +++ b/Master/tlpkg/libexec/cjk-build.pl @@ -13,24 +13,13 @@ # simply uses `install -d' so that missing subdirectories are created # automatically. - # XXX: This installs files in the Build hierarchy! - -$INSTALL = "install -d" - -sub I -{ - my ($s, $d) = @_; - &SYSTEM ("$INSTALL $s $BUILD/source/texk/$d"); -} - my $B = "cjkutils/bat"; my $C = "cjkutils/conv"; my $H = "cjkutils/hbf2gf"; my $S = "cjkutils/scripts"; - &I("utils/Bg5conv/bg5conv.c", "$C/bg5conv.c"); &I("utils/Bg5conv/bg5latex", "$S/bg5latex"); &I("utils/Bg5conv/bg5pdflatex", "$S/bg5pdflatex"); |