diff options
author | Karl Berry <karl@freefriends.org> | 2008-05-25 12:58:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-05-25 12:58:40 +0000 |
commit | 757db971862c6661ac99d35871ebb851e8d53211 (patch) | |
tree | 4e2fe353326044f11ca5debbf6ff5513daadb42d /Master | |
parent | 4e360cfbe8f11cd16e2c8cb9fe9ddd5ea141187c (diff) |
rearrange for new dvipdfmx layout, now including ebb
git-svn-id: svn://tug.org/texlive/trunk@8343 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf/fonts/cmap/README | 4 | ||||
-rw-r--r-- | Master/texmf/fonts/cmap/dvipdfmx/README | 3 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/bin-dvipdfm.tlpsrc | 7 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/bin-dvipdfmx.tlpsrc | 5 |
4 files changed, 12 insertions, 7 deletions
diff --git a/Master/texmf/fonts/cmap/README b/Master/texmf/fonts/cmap/README index d5bff14e6fd..50d2203441f 100644 --- a/Master/texmf/fonts/cmap/README +++ b/Master/texmf/fonts/cmap/README @@ -1,3 +1,6 @@ +Copyright 2008 TeX Users Group. +You may freely use, modify and/or distribute this file. + In the pTeX distribution, there is also a ptetex subdirectory here, with the files Adobe-Japan1-UCS2, H, UniCNS-UTF16-H, and more, which come from Adobe. @@ -8,3 +11,4 @@ they can be found in the GPL Ghostscript distribution, or via Adobe's http://partners.adobe.com/public/developer/font/index.html#pcfi, among other places. +This is unrelated to the cmap LaTeX package. diff --git a/Master/texmf/fonts/cmap/dvipdfmx/README b/Master/texmf/fonts/cmap/dvipdfmx/README index e89b1bb8e95..dc0f20d728c 100644 --- a/Master/texmf/fonts/cmap/dvipdfmx/README +++ b/Master/texmf/fonts/cmap/dvipdfmx/README @@ -1,3 +1,6 @@ +Copyright 2008 TeX Users Group. +You may freely use, modify and/or distribute this file. + These files are about dealing with the ToUnicode feature for CJK fonts. They were created by Jin-Hwan Cho for (e.g.) dvipdfmx: diff --git a/Master/tlpkg/tlpsrc/bin-dvipdfm.tlpsrc b/Master/tlpkg/tlpsrc/bin-dvipdfm.tlpsrc index 13e82b399d6..753790c71d1 100644 --- a/Master/tlpkg/tlpsrc/bin-dvipdfm.tlpsrc +++ b/Master/tlpkg/tlpsrc/bin-dvipdfm.tlpsrc @@ -1,16 +1,11 @@ name bin-dvipdfm category TLCore -runpattern f texmf/dvipdfm/config/config -runpattern f texmf/dvipdfm/config/config-win32 +runpattern d texmf/dvipdfm runpattern f texmf/fonts/map/dvipdfm/updmap/* runpattern f texmf/tex/latex/dvipdfm/* docpattern f texmf/doc/dvipdfm/* docpattern f texmf/doc/man/man1/dvipdfm.1 -docpattern f texmf/doc/man/man1/dvipdfm.1.html docpattern f texmf/doc/man/man1/dvipdft.1 -docpattern f texmf/doc/man/man1/dvipdft.1.html docpattern f texmf/doc/man/man1/ebb.1 -docpattern f texmf/doc/man/man1/ebb.1.html binpattern f bin/${ARCH}/dvipdfm binpattern f bin/${ARCH}/dvipdft -binpattern f bin/${ARCH}/ebb diff --git a/Master/tlpkg/tlpsrc/bin-dvipdfmx.tlpsrc b/Master/tlpkg/tlpsrc/bin-dvipdfmx.tlpsrc index 2f6d3826486..4524cc52eec 100644 --- a/Master/tlpkg/tlpsrc/bin-dvipdfmx.tlpsrc +++ b/Master/tlpkg/tlpsrc/bin-dvipdfmx.tlpsrc @@ -1,7 +1,10 @@ name bin-dvipdfmx category TLCore depend glyphlist -runpattern f texmf/dvipdfm/* +runpattern d texmf/dvipdfmx +runpattern d texmf/fonts/cmap runpattern f texmf/fonts/map/dvipdfm/dvipdfmx/* runpattern f texmf/tex/latex/dvipdfmx/* binpattern f bin/${ARCH}/dvipdfmx +binpattern f bin/${ARCH}/ebb +binpattern f bin/${ARCH}/extractbb |