diff options
author | Karl Berry <karl@freefriends.org> | 2014-05-17 23:50:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-05-17 23:50:22 +0000 |
commit | 310bf4b0cd7c10cc77fc31ae8c1419b2ade6f749 (patch) | |
tree | b5cf403f1fc863cf8017f164dbfecda9c5d8546b /Master/tlpkg/libexec/ctan2tds | |
parent | 0ebf53642e4dbb858a2d674914ac288f0fbe49f1 (diff) |
encxvlna (17may14)
git-svn-id: svn://tug.org/texlive/trunk@34087 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index f94802b5768..c5de6c99c7b 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -357,7 +357,6 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'em', "die 'skipping, european modern fonts too old, not packaged'", 'emerald', "die 'skipping, nonfree fonts'", 'empheq', "die 'skipping, use mh'", - 'encxvlna', "&MAKEcopy", 'enpassant', "die 'skipping, license unknown'", 'epic', "die 'skipping, license unknown and replaced by eepic'", 'epigrafica', "&MAKEflatten", @@ -1160,6 +1159,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'dehyph-exptl' => '&POSTdehyph_exptl', 'doipubmed' => '&POSTlatex2html', 'download' => '&POST_savepdf', + 'encxvlna' => '&POSTencxvlna', 'enigma' => '&POSTenigma', 'eplain' => '&POSTeplain', 'epspdf' => '&POSTepspdf', @@ -5342,6 +5342,13 @@ sub POSTenigma { &mv_with_mkdir ("enigma", "$DEST/doc/context/third/enigma/"); } +sub POSTencxvlna { + print "POST$package - .tex name conflict\n"; + &SYSTEM ("$MV doc/* ."); + &mv_with_mkdir ("latex/$package.sty", "$DEST/tex/latex/$package"); + &mv_with_mkdir ("plain/$package.tex", "$DEST/tex/plain/$package"); +} + sub POSTeplain { print "POST$package - info, man\n"; |