diff options
author | Karl Berry <karl@freefriends.org> | 2017-10-28 22:35:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-10-28 22:35:47 +0000 |
commit | 7d87b9bed420925e771c90f27c7a25db352b8161 (patch) | |
tree | e4d63375390114ffc20d5fc610f3d32881fdbc1d /Master/tlpkg/libexec | |
parent | 273e485888671e409de40cffd23ad2153549915d (diff) |
hagenberg-thesis (28oct17)
git-svn-id: svn://tug.org/texlive/trunk@45629 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 7 |
1 files changed, 7 insertions, 0 deletions
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 |