diff options
author | Karl Berry <karl@freefriends.org> | 2013-04-18 22:58:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-04-18 22:58:52 +0000 |
commit | 5514e6a9c75aa1f87e470e29227c3a78b6659eca (patch) | |
tree | d4b47b9e992ae986c26fa0420eafa2de2e006c6a /Master/tlpkg | |
parent | febfb1187ddff290a6d332009db5797488c693de (diff) |
sync
git-svn-id: svn://tug.org/texlive/trunk@30017 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/dev/srclist.txt | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/mptopdf-extract | 8 |
2 files changed, 3 insertions, 7 deletions
diff --git a/Master/tlpkg/dev/srclist.txt b/Master/tlpkg/dev/srclist.txt index e10cbf80401..a35a81a1e6a 100644 --- a/Master/tlpkg/dev/srclist.txt +++ b/Master/tlpkg/dev/srclist.txt @@ -15,7 +15,7 @@ # Basic config files. Master/texmf-dist/web2c/texmf.cnf Build/source/texk/kpathsea/ -Master/texmf-dist/web2c/fmtutil.cnf Build/source/texk/texlive/linked_scripts/tetex/fmtutil.cnf +Master/texmf-dist/web2c/fmtutil.cnf Build/source/texk/texlive/tl_scripts/fmtutil.cnf # Platform detection for biber and tests: Master/tlpkg/TeXLive/TLUtils.pm Build/source/utils/biber/TeXLive/ diff --git a/Master/tlpkg/libexec/mptopdf-extract b/Master/tlpkg/libexec/mptopdf-extract index 66dbd8c69b0..ea27181b167 100755 --- a/Master/tlpkg/libexec/mptopdf-extract +++ b/Master/tlpkg/libexec/mptopdf-extract @@ -7,18 +7,14 @@ tlbindir=`cd \`dirname $0\` && cd ../bin && pwd` PATH=$tlbindir:$PATH # tlpfiles -# Get files of our mptopdf package, ignoring top-level directory. -# And ignoring the man page until it is present in ConTeXt. +# Get files of our mptopdf package, ignoring top-level directory +# and ignoring the man pages in TL locations. files=`tlpfiles mptopdf | sed 's,[^/]*/,,' | grep -v doc/man` if test -z "$files"; then echo "$0: failed to get files for mptopdf." >&2 exit 1 fi -# Add man page in cont-tmf location: -files="$files -doc/context/scripts/mkii/mptopdf.man" - # We will extract them from the current context release. ctan=/home/ftp/mirror/rsync.tex.ac.uk/CTAN #context_zip=$ctan/macros/context/current/cont-tmf.zip |