diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 1bc0b8f05ad..88bcaeb25e7 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -442,6 +442,7 @@ $Master = "$mydir/../.."; 'pictex', "&MAKEpictex", 'pigpen', "&MAKEflatten", 'pinlabel', "&MAKEnosymlinks", + 'pitthesis', "die 'skipping, license noinfo", 'pl', "die 'skipping, not ready, cf. cc-pl, sorry", 'pl-qx', "&MAKEplqx", 'pointRuler', "die 'skipping, requires compilation'", @@ -562,7 +563,8 @@ $Master = "$mydir/../.."; 'texdraw', "&MAKEtexdraw", 'texpower', "&MAKEnosymlinks", 'texsis', "&MAKEtexsis", - 'thaifonts-scalable', "die 'Thai, fontforge format only, skip'", + 'thaifonts-scalable', "die 'skipping, Thai, fontforge format only'", + 'thesis-titlepage-fhAC',"die 'skipping, use ...fhac'", 'thsmc', "die 'skipping, requires nonfree font'", 'ticket', "&MAKEflatten", 'tipa', "&MAKEtipa", @@ -906,7 +908,8 @@ $standardtex='\.(cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'epslatex-fr', 'NULL', 'esint-type1', 'esint.tex', 'europecv', 'EuropeFlag|europasslogo|\.cls|\.def', - 'fancytooltips','fancytipmark\..*|' . $standardtex, + 'fancytooltips', 'fancytipmark\..*|' . $standardtex, + 'thesis-titlepage-fhac', 'LOGO.*|' . $standardtex, 'figflow', '\.tex', 'fltpoint', '\.sty|\.tex', 'font-change', 'font.*\.tex', |