From 562ded580dece699235a00d600ec26bccb0b8383 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 18 Jun 2016 15:49:30 +0000 Subject: hustthesis (17jun16) git-svn-id: svn://tug.org/texlive/trunk@41480 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tlpkg-ctan-check | 2 +- Master/tlpkg/libexec/ctan2tds | 7 +++++++ Master/tlpkg/tlpsrc/collection-publishers.tlpsrc | 1 + Master/tlpkg/tlpsrc/hustthesis.tlpsrc | 0 4 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 Master/tlpkg/tlpsrc/hustthesis.tlpsrc (limited to 'Master/tlpkg') 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 -- cgit v1.2.3