summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/dnp.pl
blob: 2d9923c20d48ea707ffa03d882d7ab38802170c1 (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.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