diff options
Diffstat (limited to 'Master/tlpkg/libexec/cjk-build.pl')
-rw-r--r-- | Master/tlpkg/libexec/cjk-build.pl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/cjk-build.pl b/Master/tlpkg/libexec/cjk-build.pl index 444cba09dfa..8837c28ee2c 100644 --- a/Master/tlpkg/libexec/cjk-build.pl +++ b/Master/tlpkg/libexec/cjk-build.pl @@ -8,18 +8,21 @@ # the ctan2tds perl script. It installs the necessary files from the CJK # package into the correct destinations. # -# It expects that the CJK packages (cjk-4.8.2 and cjk-4.8.2-doc) have been +# It expects that the CJK packages (cjk-4.8.5 and cjk-4.8.5-doc) have been # unpacked (unmodified) in the current directory. For installation, it # simply uses `install -d' so that missing subdirectories are created # automatically. + # XXX: This installs files in the Build hierarchy! + 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"); |