diff options
author | Karl Berry <karl@freefriends.org> | 2015-06-16 22:46:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-06-16 22:46:18 +0000 |
commit | a024e14b76030d1d348a7d1cd8910fd8dfd91975 (patch) | |
tree | a616503ed47a960997fd50212ab732e364bae85b /Master | |
parent | 428e79a48f8e31eab93f621bec58059e07959511 (diff) |
pdfbook2: no windows wrapper since relies on sh scripts
git-svn-id: svn://tug.org/texlive/trunk@37578 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/bin/win32/pdfbook2.exe | bin | 1536 -> 0 bytes | |||
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 1 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 7 |
3 files changed, 6 insertions, 2 deletions
diff --git a/Master/bin/win32/pdfbook2.exe b/Master/bin/win32/pdfbook2.exe Binary files differdeleted file mode 100755 index 5777d90a17a..00000000000 --- a/Master/bin/win32/pdfbook2.exe +++ /dev/null diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 28bac4179fc..84afb9ade3c 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -607,6 +607,7 @@ my @TLP_no_check = ( "afm2pl", # not on ctan "aleph", # binary "asymptote", # binary + "autosp", # binary "bibtex", # binary "bibtex8", # binary "bibtexu", # binary diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 61c63e452e5..d6eab255e83 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -3415,10 +3415,13 @@ sub doscripts { # Windows. If a shell script, skip. Else copy the wrapper. next if $s =~ /\.sh$/ && $s !~ /-sys\.sh$/; # - # We need to change this to match texmf_dist_shell_scripts in - # linked_scripts/Makefile.am. + # Other shell scripts whose names don't end in .sh. We need to + # change this to match texmf_dist_shell_scripts in + # 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 $package eq "pdfjam"; # if ($s eq "lua2dox_filter") { # handwritten .bat &SYSTEM ("$MV $s.bat $platdir/"); |