diff options
author | Karl Berry <karl@freefriends.org> | 2012-03-12 23:40:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-03-12 23:40:01 +0000 |
commit | 09da414d5ff0230b79f8a5f7edcaa05f81e83adb (patch) | |
tree | e08f993f81230a42913b1d82ca43f6d608319d5c /Master/tlpkg | |
parent | 6e97d979159e30694e7dab6f6697f6c6376984fa (diff) |
new lua script checkcites (12mar12)
git-svn-id: svn://tug.org/texlive/trunk@25623 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/checkcites.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-luatex.tlpsrc | 1 |
4 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index e1af2c2af81..8c7dfe31280 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -83,7 +83,7 @@ my @TLP_working = qw( cd cd-cover cdpbundl cell cellspace censor cfr-lm changebar changelayout changepage changes chappg chapterfolder - chbibref chem-journal + chbibref checkcites chem-journal chemarrow chembst chemcompounds chemcono chemexec chemfig chemmacros chemnum chemstyle cherokee chess chess-problem-diagrams chessboard chessfss chet chextras diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 1d95127cf0b..6a3e8b34529 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2085,6 +2085,7 @@ $standardxmt='\.xmt'; 'authorindex' => 'authorindex$', 'bibexport' => 'bibexport\.sh$', 'bundledoc' => '(arlatex|bundledoc)$', + 'checkcites' => '\.lua$', 'ctanify' => '^ctanify$', 'ctanupload' => '\.pl$', 'de-macro' => 'de-macro', diff --git a/Master/tlpkg/tlpsrc/checkcites.tlpsrc b/Master/tlpkg/tlpsrc/checkcites.tlpsrc new file mode 100644 index 00000000000..278a88d5242 --- /dev/null +++ b/Master/tlpkg/tlpsrc/checkcites.tlpsrc @@ -0,0 +1 @@ +binpattern f bin/${ARCH}/checkcites diff --git a/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc b/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc index 2386a18bb5b..46a057b6baa 100644 --- a/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc @@ -5,6 +5,7 @@ longdesc as an embedded scripting and extension language. http://luatex.org/ # depend collection-basic # +depend checkcites depend interpreter depend lua-visual-debug depend luabibentry |