diff options
Diffstat (limited to 'Master/tlpkg/bin/ctan2tds')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index 76aeaac3ec8..65d1200370a 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -154,6 +154,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'frcursive', "&MAKEflatten", 'germbib', "&MAKEgermbib", 'gfsdidot', "&MAKEflatten", + 'gfscomplutum',"&MAKEflatten", 'gfsneohellenic', "&MAKEflatten", 'gfsporson', "&MAKEflatten", 'gfssolomos', "&MAKEflatten", @@ -713,10 +714,11 @@ $standardins='\.ins'; $standardinsrunner="latex -interaction=nonstopmode"; %specialins_postdelete = ( - 'dateiliste', 'dateiliste.README*', # already in dist - 'ednotes', 'perpage.sty', # copy from bigfoor - 'gfsdidot', '[DO]*Specimen.pdf', # nonfree - 'gfsneohellenic', 'NeohellenicSpecimen.pdf', # nonfree + 'dateiliste', 'dateiliste.README*', # already in dist + 'ednotes', 'perpage.sty', # copy from bigfoor + 'gfscomplutum', 'C*Specimen.pdf', # nonfree + 'gfsdidot', '[DO]*Specimen.pdf', # nonfree + 'gfsneohellenic', 'N*Specimen.pdf', # nonfree 'jknapltx', 'ubbold.fd', # clashes with Ubbold.fd from bbold, # plus sauter bbold doesn't work? 'mathexam', 'sample.tex~', |