summaryrefslogtreecommitdiff
path: root/language/chinese/CJK/cjk-4.8.4/texlive/dnp.pl
blob: f0ccf46a2724e2bc05cc6dd0fb47a39d4b2d76df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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.4 and cjk-4.8.4-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