summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-10-28 22:35:47 +0000
committerKarl Berry <karl@freefriends.org>2017-10-28 22:35:47 +0000
commit7d87b9bed420925e771c90f27c7a25db352b8161 (patch)
treee4d63375390114ffc20d5fc610f3d32881fdbc1d /Master/tlpkg
parent273e485888671e409de40cffd23ad2153549915d (diff)
hagenberg-thesis (28oct17)
git-svn-id: svn://tug.org/texlive/trunk@45629 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check2
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds7
-rw-r--r--Master/tlpkg/tlpsrc/collection-publishers.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/hagenberg-thesis.tlpsrc0
4 files changed, 9 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index db9b0e2e03d..9a5fafd9372 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -312,7 +312,7 @@ my @TLP_working = qw(
grid grid-system gridset grotesq grundgesetze
gsemthesis gtl gtrlib-largetrees gtrcrd
gu guitar guitarchordschemes guitlogo gzt
- h2020proposal hackthefootline hacm halloweenmath
+ h2020proposal hackthefootline hacm hagenberg-thesis halloweenmath
handout hands hang hanging hanoi
happy4th har2nat hardwrap harmony harnon-cv harpoon
harvard harveyballs harvmac hatching hausarbeit-jura havannah
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 00e24e3b10a..5a0b3be6c6f 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1258,6 +1258,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'gost' => '&PREHOOK_flatten1',
'gothic' => '&PREHOOK_gothic',
'grotesq' => '&PREHOOK_unzip',
+ 'hagenberg-thesis' => '&PREHOOK_hagenberg_thesis',
'ibygrk' => '&PREHOOK_ibygrk',
'knuth-local' => '&PREHOOK_knuth_local',
'ktv-texdata' => '&PREHOOK_ktv_texdata',
@@ -5248,6 +5249,12 @@ sub PREHOOK_gothic {
&SYSTEM ("$RM corkpaper.tex *.zip"); # symlink
}
+sub PREHOOK_hagenberg_thesis {
+ print "PREHOOK_$package - flatten doc and latex, not others\n";
+ # doc (but not examples/) files at top, move latex/ files to be installed
+ &SYSTEM ("$MV doc/* latex/* .");
+}
+
sub PREHOOK_ibygrk {
print "PREHOOK_$package - handle ibycus4.map\n";
# ibygrk has two instances of the same file ibycus4.map; it is
diff --git a/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc b/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc
index 8244e2f826c..2a688ac965e 100644
--- a/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc
@@ -67,6 +67,7 @@ depend grant
depend gsemthesis
depend gzt
depend h2020proposal
+depend hagenberg-thesis
depend har2nat
depend hecthese
depend hithesis
diff --git a/Master/tlpkg/tlpsrc/hagenberg-thesis.tlpsrc b/Master/tlpkg/tlpsrc/hagenberg-thesis.tlpsrc
new file mode 100644
index 00000000000..e69de29bb2d
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/hagenberg-thesis.tlpsrc