diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 4 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 1 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index c53815d65b1..bbb42fde9f1 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -319,7 +319,7 @@ my @TLP_working = qw( lxfonts ly1 m-tx macros2e macroswap mafr magaz mailing mailmerge makebarcode makebox makecell makecirc makecmds makedtx makeglos makeplot - makeshape mandi manuscript margbib + makeshape mandi manfnt manuscript margbib marginfix marginnote marvosym matc3 matc3mem match_parens math-e mathabx mathabx-type1 mathalfa mathastext @@ -332,7 +332,7 @@ my @TLP_working = qw( metafont-beginners metago metalogo metaobj metaplot metapost-examples metatex metauml method metre metrix - mf2pt1 mfnfss mfpic mfpic4ode mftinc mhchem + mf2pt1 mflogo-font mfnfss mfpic mfpic4ode mftinc mhchem mhequ microtype microtype-de midnight midpage mil3 miller minibox minifp minipage-marginpar miniplot minitoc minorrevision minted mintspirit minutes diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index 43849f4e78d..501fdab63fb 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -153,6 +153,7 @@ sub find_ctan_dir { # names totally dissimilar $ctan_dir = "fonts/fourier-GUT" if $me eq "fourier"; + $ctan_dir = "fonts/manual/ps-type1/hoekwater" if $me eq "manfnt-font"; $ctan_dir = "graphics/pdftex" if $me eq "pdftex-def"; $ctan_dir = "info/biblio" if $me eq "beebe"; $ctan_dir = "info/epslatex/french" if $me eq "epslatex-fr"; diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 5f222041877..70644463963 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -634,6 +634,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'makor', "&MAKEbase", 'malayalam-latex', "die 'skipping, until asked for'",#language/malayalam 'malayalam-omega', "die 'skipping, until asked for'", + 'manfnt-font', "&MAKEflatten", 'manjutex', "die 'skipping, obsolete on CTAN'", #"&MAKEflatten", 'manpage', "die 'skipping, nonfree license'", 'mapcodes', "die 'skipping, nosell (old latex) license'", @@ -663,7 +664,6 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'metaobj', "&MAKEflatten", 'metapost', "die 'skipping, core binary'", 'metauml', "&MAKEmetauml", - 'mflogo', "die 'skipping, TL conflates distinct mflogo pkgs on CTAN'", 'mff', "die 'skipping, noinfo license'", 'mftoeps', "die 'skipping, bat-only (mirror.ctan.org/graphics/MF-PS)'", 'mfpic', "&MAKEcopy", |