diff options
Diffstat (limited to 'language/chinese/CJK/cjk-4.8.5/texlive/dnp.pl')
-rw-r--r-- | language/chinese/CJK/cjk-4.8.5/texlive/dnp.pl | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/language/chinese/CJK/cjk-4.8.5/texlive/dnp.pl b/language/chinese/CJK/cjk-4.8.5/texlive/dnp.pl new file mode 100644 index 0000000000..f7e75555eb --- /dev/null +++ b/language/chinese/CJK/cjk-4.8.5/texlive/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.5 and cjk-4.8.5-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 |