summaryrefslogtreecommitdiff
path: root/language/chinese/CJK/cjk-4.8.4/texlive/dnp.pl
diff options
context:
space:
mode:
Diffstat (limited to 'language/chinese/CJK/cjk-4.8.4/texlive/dnp.pl')
-rw-r--r--language/chinese/CJK/cjk-4.8.4/texlive/dnp.pl21
1 files changed, 0 insertions, 21 deletions
diff --git a/language/chinese/CJK/cjk-4.8.4/texlive/dnp.pl b/language/chinese/CJK/cjk-4.8.4/texlive/dnp.pl
deleted file mode 100644
index f0ccf46a27..0000000000
--- a/language/chinese/CJK/cjk-4.8.4/texlive/dnp.pl
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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