diff options
author | Karl Berry <karl@freefriends.org> | 2009-12-31 01:25:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-12-31 01:25:13 +0000 |
commit | 7510bbe123bccd0e2f7b6465aff51717dd3cbec7 (patch) | |
tree | 9d69cc6991741889e8e1f0a92381116a79180e3a /Master/tlpkg/libexec | |
parent | d021a9c6a72904f07774aba1ddd42400db673528 (diff) |
siunitx 1.3g (26dec09)
git-svn-id: svn://tug.org/texlive/trunk@16535 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 38923529810..62612bdfd7f 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -644,7 +644,6 @@ $Master = "$mydir/../.."; 'babelbib' => '&POSTbabelbib', 'bibleref' => '&POSTlatex2html', 'context-games' => '&POSTcontext_games', - 'context-lilypond' => '&POSTcontext_lilypond', 'coordsys' => '&POSTcoordsys', 'ctex' => '&POSTctex', 'doipubmed' => '&POSTlatex2html', @@ -3628,17 +3627,6 @@ sub POSTcontext_games &SYSTEM ("$RM -rf fonts"); } -sub POSTcontext_lilypond -{ - print "POST$package - creating package-level subdirectories\n"; - mkdir ("$DEST/doc/context/third/lilypond"); - &SYSTEM ("$MV $DEST/doc/context/third/t-lilypond.pdf " - . "$DEST/doc/context/third/lilypond"); - mkdir ("$DEST/tex/context/third/lilypond"); - &SYSTEM ("$MV $DEST/tex/context/third/t-lilypond.tex " - . "$DEST/tex/context/third/lilypond"); -} - sub POSTcoordsys { print "POST$package - rename `putfile.' to `putfile.maple'.\n"; |