diff options
author | Karl Berry <karl@freefriends.org> | 2016-04-22 22:48:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-04-22 22:48:18 +0000 |
commit | 3e2078231d95ad0eead00e22d02b7feaf115266f (patch) | |
tree | d4428a30cea3e62c77b03977e3715e0af4383cb0 /Master | |
parent | fc4466b32ed330a956ac603b00fd145524cff49a (diff) |
no pdfxup.exe since shell script
git-svn-id: svn://tug.org/texlive/trunk@40692 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/bin/win32/pdfxup.exe | bin | 1536 -> 0 bytes | |||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Master/bin/win32/pdfxup.exe b/Master/bin/win32/pdfxup.exe Binary files differdeleted file mode 100755 index 5777d90a17a..00000000000 --- a/Master/bin/win32/pdfxup.exe +++ /dev/null diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index e6f39f8570a..38c39f6f3da 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -3503,7 +3503,7 @@ sub doscripts { # linked_scripts/Makefile.am, or rather read that list. xx next if $s =~ /dtx(file)?gen/; next if $s =~ /latexfileversion|ltxfileinfo$/; - next if $s =~ /pdfbook2/; + next if $s =~ /pdf(book2|xup)/; next if $package eq "pdfjam"; # if ($s eq "lua2dox_filter") { # handwritten .bat |