diff options
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 2 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 2 | ||||
-rwxr-xr-x | Master/tlpkg/bin/check-files-by-format | 3 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/asciichart.tlpsrc | 1 |
4 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 6505a2087d1..de5c419c0e2 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -12,7 +12,7 @@ * tex-file.c (kpathsea_set_suffixes_va_list): new fn. (kpse_set_suffixes, kpathsea_set_suffixes): call it. Avoids passing variable argument list, which is not portable. - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602566 + http://bugs.debian.org/602566. 2010-11-07 Karl Berry <karl@tug.org> diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index 836acda4072..15ce925b47e 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -81,7 +81,7 @@ TEXMFSYSCONFIG = $SELFAUTOPARENT/texmf-config % User texmf trees are allowed as follows. % This used to be HOMETEXMF. -% ~ expands to $USERPROFILE on Window, $HOME otherwise. +% ~ expands to %USERPROFILE% on Window, $HOME otherwise. TEXMFHOME = ~/texmf % TEXMFVAR, where texconfig stores variable runtime data. diff --git a/Master/tlpkg/bin/check-files-by-format b/Master/tlpkg/bin/check-files-by-format index 8d2b5e9fa02..fd6e54e9d21 100755 --- a/Master/tlpkg/bin/check-files-by-format +++ b/Master/tlpkg/bin/check-files-by-format @@ -60,6 +60,7 @@ my $exclude_pfb = { '*base*' => 'texmf-dist/fonts/type1', 'public/ascii/' => 1, 'public/augie/' => 1, 'public/aurical/' => 1, + 'public/bbold-type1' => 1, # old y&y fonts, won't be changing 'public/belleek/' => 1, 'public/bera/' => 1, 'public/brushscr/' => 1, @@ -252,7 +253,7 @@ sub check_pfb my $errfile = "$tmpdir/pfberr"; unlink($errfile); my $bad = system("t1lint -q $tlroot/$file"); - print "Broken PFB: $file\n" if $bad; + print "Bad PFB: $file\n" if $bad; } # check a tfm file diff --git a/Master/tlpkg/tlpsrc/asciichart.tlpsrc b/Master/tlpkg/tlpsrc/asciichart.tlpsrc deleted file mode 100644 index 2a7fd011977..00000000000 --- a/Master/tlpkg/tlpsrc/asciichart.tlpsrc +++ /dev/null @@ -1 +0,0 @@ -catalogue ascii-chart |