diff options
author | Karl Berry <karl@freefriends.org> | 2009-12-15 00:08:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-12-15 00:08:24 +0000 |
commit | b71745579c90df84280f960748f50b72885f6a4f (patch) | |
tree | 2db49dae6732f4c73f992f0ab2530698e0e2a802 /Master | |
parent | d3754d05c3bbb766704a07d0c95f41691eda98b3 (diff) |
latexdiff-vc too
git-svn-id: svn://tug.org/texlive/trunk@16409 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/mactex-copy-tl | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/latexdiff.tlpsrc | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index c6c6c690424..26b2a93c371 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -307,7 +307,7 @@ $Master = "$mydir/../.."; 'kelly', "die 'skipping, obsoleted by cbgreek?'", 'kerkis', "&MAKEflatten", 'keys3', "die 'skipping, merged into expl3'", - 'kpfonts', "&MAKEflatten", +# 'kpfonts', "&MAKEflatten", 'kurier', "&MAKEcopy", 'kuvio', "die 'skipping, nonfree license'", 'l2a', "die 'skipping, another old detex, requires compilation'", diff --git a/Master/tlpkg/libexec/mactex-copy-tl b/Master/tlpkg/libexec/mactex-copy-tl index 2ef3d1e8ebc..349f3087012 100755 --- a/Master/tlpkg/libexec/mactex-copy-tl +++ b/Master/tlpkg/libexec/mactex-copy-tl @@ -59,4 +59,4 @@ echo $wantedfiles echo "$0: This will take a while." : ${TL_TAR=tar} -$TL_TAR cf - $wantedfiles | (cd "$destdir" && $TL_TAR xf -) +"$TL_TAR" cf - $wantedfiles | (cd "$destdir" && "$TL_TAR" xf -) diff --git a/Master/tlpkg/tlpsrc/latexdiff.tlpsrc b/Master/tlpkg/tlpsrc/latexdiff.tlpsrc index c37f2376572..4f7d7e31717 100644 --- a/Master/tlpkg/tlpsrc/latexdiff.tlpsrc +++ b/Master/tlpkg/tlpsrc/latexdiff.tlpsrc @@ -2,4 +2,5 @@ docpattern +f texmf/doc/man/man1/latexdiff-vc.* docpattern +f texmf/doc/man/man1/latexrevise.* docpattern +f texmf/doc/man/man1/latexdiff.* binpattern f bin/${ARCH}/latexdiff +binpattern f bin/${ARCH}/latexdiff-vc binpattern f bin/${ARCH}/latexrevise |