diff options
author | Karl Berry <karl@freefriends.org> | 2012-08-02 00:14:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-08-02 00:14:21 +0000 |
commit | 459e82019ab78f401ed59ff60cc9733626c72be4 (patch) | |
tree | ef952f25ec33d8bf306c289cd73715fc20650286 /Master | |
parent | 135847ee45f176c2465b7f48760d9c4c063fa36b (diff) |
consistency
git-svn-id: svn://tug.org/texlive/trunk@27276 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/bin/check-wrapper-consistency | 1 | ||||
-rw-r--r-- | Master/tlpkg/dev/srclist.txt | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/check-wrapper-consistency b/Master/tlpkg/bin/check-wrapper-consistency index 486eb80c9d5..122872065fc 100755 --- a/Master/tlpkg/bin/check-wrapper-consistency +++ b/Master/tlpkg/bin/check-wrapper-consistency @@ -101,6 +101,7 @@ sub check_w32 { next if $target =~ /dviout/; # gui stub next if $target =~ /installfont-tl/; # shell script next if $target =~ /latexfileversion/; # shell script + next if $target =~ /lua2dox/; # shell script next if $target =~ /listings-ext/; # shell script next if $target =~ /man/; # no symlink next if $target =~ /pdfjam/; # shell scripts diff --git a/Master/tlpkg/dev/srclist.txt b/Master/tlpkg/dev/srclist.txt index 0a1b8643a17..04eab635e68 100644 --- a/Master/tlpkg/dev/srclist.txt +++ b/Master/tlpkg/dev/srclist.txt @@ -24,10 +24,6 @@ Master/tlpkg/TeXLive/TLConfig.pm Build/source/utils/biber/TeXLive/ Master/tlpkg/TeXLive/TLUtils.pm Build/source/texk/tests/TeXLive/ Master/tlpkg/TeXLive/TLConfig.pm Build/source/texk/tests/TeXLive/ # -# kpse getopt used in non-kpse program. -Build/source/texk/kpathsea/getopt.c Build/source/texk/chktex/ -Build/source/texk/kpathsea/getopt1.c Build/source/texk/chktex/ -Build/source/texk/kpathsea/getopt.h Build/source/texk/chktex/ ##todo: linked_scripts # # ConTeXt .lua vs. w32 stubs. |