diff options
author | Karl Berry <karl@freefriends.org> | 2016-06-18 15:49:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-06-18 15:49:30 +0000 |
commit | 562ded580dece699235a00d600ec26bccb0b8383 (patch) | |
tree | 014af068aeb57cb693c9b60703f09d52c2758366 /Master/tlpkg | |
parent | a1f335c78875f567185cca8aa8edd88bbce4a202 (diff) |
hustthesis (17jun16)
git-svn-id: svn://tug.org/texlive/trunk@41480 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-publishers.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/hustthesis.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 e475f362373..abd283adc64 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -298,7 +298,7 @@ my @TLP_working = qw( hf-tikz hfbright hfoldsty hhtensor histogr historische-zeitschrift hitec hletter hobby hobete hook-pre-commit-pkg horoscop - hpsdiss hrefhide hrlatex hvfloat hvindex + hpsdiss hrefhide hrlatex hustthesis hvfloat hvindex hypdvips hyper hypernat hyperref hyperxmp hyph-utf8 hyphen-base hyphenat hyphenex hyplain ibycus-babel ibygrk icsv idxcmds idxlayout ieeepes ietfbibs diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index cbb1b188c7b..f64fc145568 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1259,6 +1259,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'ghsystem' => '&POSTghsystem', 'grotesq' => '&POSTgrotesq', 'grverb' => '&POSTgrverb', + 'hustthesis' => '&POSThustthesis', 'ibygrk' => '&POSTibygrk', 'isodoc' => '&POSTisodoc', 'impatient' => '&POSTimpatient', @@ -5681,6 +5682,12 @@ sub POSTgrverb { &SYSTEM ("$MV $mapdir/psfonts.map $mapdir/grverb.map"); } +sub POSThustthesis { + print "POST$package - move ref-example.bib\n"; + &SYSTEM ("$MV $DEST/bibtex/bib/$package/ref-example.bib" + . " $DEST/doc/latex/$package/"); +} + sub POSTibygrk { print "POST$package - second copy of ibycus4.map\n"; # after the ibygrk structure has been set up, copy ibycus4.map to the diff --git a/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc b/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc index 173a660a159..b80e7b05eb8 100644 --- a/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc @@ -62,6 +62,7 @@ depend gzt depend h2020proposal depend har2nat depend hobete +depend hustthesis depend icsv depend ieeepes depend ijmart diff --git a/Master/tlpkg/tlpsrc/hustthesis.tlpsrc b/Master/tlpkg/tlpsrc/hustthesis.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/hustthesis.tlpsrc |