diff options
author | Karl Berry <karl@freefriends.org> | 2019-05-21 21:08:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-05-21 21:08:02 +0000 |
commit | 474fcb97dec178e39c0f996b2e4a99f9e4bf1a11 (patch) | |
tree | 9008f33e51616cc7f245a234fe143a67a2324082 /Master/tlpkg | |
parent | ae33300b5a7e260971065fd5c13c614351ba3754 (diff) |
hmtrump (21may19)
git-svn-id: svn://tug.org/texlive/trunk@51178 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 | 7 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-games.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/hmtrump.tlpsrc | 0 |
4 files changed, 9 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index af2f850e19f..e3821fef360 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -346,7 +346,7 @@ my @TLP_working = qw( hepparticles hepthesis hepunits here heuristica hexgame hf-tikz hfbright hfoldsty hhtensor histogr historische-zeitschrift hitec hithesis hletter hlist - hobby hobete hook-pre-commit-pkg horoscop + hmtrump hobby hobete hook-pre-commit-pkg horoscop hpsdiss hrefhide hrlatex hulipsum hustthesis hvfloat hvindex hypdvips hyper hyperbar hypernat hyperref hyperxmp hyph-utf8 hyphen-base hyphenat hyphenex hyplain diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 01c28e6450f..0b3a2e8b843 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1434,6 +1434,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'grotesq' => '&POSTgrotesq', 'grverb' => '&POSTgrverb', 'guide-latex-fr' => '&POST_rmsymlink', + 'hmtrump' => '&POSThmtrump', 'hustthesis' => '&POSThustthesis', 'ibygrk' => '&POSTibygrk', 'isodoc' => '&POSTisodoc', @@ -6150,6 +6151,12 @@ sub POSTgrverb { &SYSTEM ("$MV $mapdir/psfonts.map $mapdir/grverb.map"); } +sub POSThmtrump { + print "POST$package - move .ttf from subdir\n"; + &mv_with_mkdir ("nkd04_playing_cards_index/nkd04_playing_cards_index.ttf", + "$DEST/fonts/truetype/public/$package"); +} + sub POSThustthesis { print "POST$package - move ref-example.bib\n"; &SYSTEM ("$MV $DEST/bibtex/bib/$package/ref-example.bib" diff --git a/Master/tlpkg/tlpsrc/collection-games.tlpsrc b/Master/tlpkg/tlpsrc/collection-games.tlpsrc index fbbe79caea2..a49a6d40316 100644 --- a/Master/tlpkg/tlpsrc/collection-games.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-games.tlpsrc @@ -17,6 +17,7 @@ depend go depend hanoi depend havannah depend hexgame +depend hmtrump depend horoscop depend jigsaw depend labyrinth diff --git a/Master/tlpkg/tlpsrc/hmtrump.tlpsrc b/Master/tlpkg/tlpsrc/hmtrump.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/hmtrump.tlpsrc |