diff options
author | Karl Berry <karl@freefriends.org> | 2020-05-13 22:27:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-05-13 22:27:36 +0000 |
commit | ac6751b4382c01425695ecf9cb4be1843a423867 (patch) | |
tree | 7f762dd38aa0e4b5c8f0876f1c734c21ed6e492e | |
parent | 3cbeb2d2c72ee0cbe0efe2c6638d9af8afc896f7 (diff) |
omit wrapper for tikztosvg shell script
git-svn-id: svn://tug.org/texlive/trunk@55134 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/bin/win32/tikztosvg.exe | bin | 1536 -> 0 bytes | |||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Master/bin/win32/tikztosvg.exe b/Master/bin/win32/tikztosvg.exe Binary files differdeleted file mode 100755 index 5777d90a17a..00000000000 --- a/Master/bin/win32/tikztosvg.exe +++ /dev/null diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 405209af27a..b510b5ba3cd 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -4124,12 +4124,13 @@ sub doscripts { # # 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 + # linked_scripts/Makefile.am, or rather read that list. xxxqqq next if $s =~ /dtx(file)?gen/; next if $s =~ /(git-latexdiff|latexfileversion|ltxfileinfo)$/; next if $s =~ /pdf(book2|xup)/; next if $package eq "pdfjam"; next if $package eq "pdftex-quiet"; + next if $package eq "tikztosvg"; # if ($s eq "ps4pdf") { # package pst-pdf # handwritten special .bat |