diff options
author | Karl Berry <karl@freefriends.org> | 2009-01-01 01:47:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-01-01 01:47:13 +0000 |
commit | a477b52f73704eea5cc4af4652969b00329cbfa6 (patch) | |
tree | 3e3a3433df4a95769ea9bc5ace5927b0b3ce0162 /Master/tlpkg/libexec/dnp.pl | |
parent | 6d9ad83c3c55d2423019a5ad4b182e2ddd18dc03 (diff) |
add cjk helpers
git-svn-id: svn://tug.org/texlive/trunk@11773 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/dnp.pl')
-rw-r--r-- | Master/tlpkg/libexec/dnp.pl | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/dnp.pl b/Master/tlpkg/libexec/dnp.pl new file mode 100644 index 00000000000..2d9923c20d4 --- /dev/null +++ b/Master/tlpkg/libexec/dnp.pl @@ -0,0 +1,21 @@ +# dnp.pl +# +# Public domain. +# +# Written by Werner Lemberg <wl@gnu.org> +# +# This file is intended to be called from the `MAKEcjk' subroutine within +# 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 +# unpacked (unmodified) in the current directory. + + +# XXX: This installs files in `texmf', not `texmf-dist'! + + +&I("contrib/wadalab/DNP.sfd", "fonts/sfd/dnp/DNP.sfd"); + +1; +# EOF |