From 756de5c1cdb3eb33abf17f8e56e2a405ce83b2cc Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 25 Apr 2005 18:19:54 +0000 Subject: [PATCH] * Documentation/topdocs/INSTALL.texi (Top): idem. * Documentation/topdocs/README.texi (Top): remove clean-fonts refs. --- ChangeLog | 4 ++++ Documentation/topdocs/INSTALL.texi | 15 --------------- Documentation/topdocs/README.texi | 12 ------------ 3 files changed, 4 insertions(+), 27 deletions(-) diff --git a/ChangeLog b/ChangeLog index 74bb0901be..c4ac334add 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2005-04-25 Han-Wen Nienhuys + * Documentation/topdocs/INSTALL.texi (Top): idem. + + * Documentation/topdocs/README.texi (Top): remove clean-fonts refs. + * VERSION (MAJOR_VERSION): release 2.5.21 * scm/output-ps.scm (grob-cause): bugfix. diff --git a/Documentation/topdocs/INSTALL.texi b/Documentation/topdocs/INSTALL.texi index f5252a7db5..8cb9fe8de0 100644 --- a/Documentation/topdocs/INSTALL.texi +++ b/Documentation/topdocs/INSTALL.texi @@ -55,16 +55,6 @@ Check out @uref{http://lilypond.org/download} for up to date information on binary packages for your platform. -@subsection Font problems - -If you are upgrading from a previous version of LilyPond, be sure to -remove all old font files. These include @file{.pk} and @file{.tfm} -files that may be located in @file{/var/lib/texmf}, -@file{/var/spool/texmf}, @file{/var/tmp/texmf} or -@file{@var{prefix}/share/lilypond/fonts/}. A script automating this -has been included, see @file{buildscripts/out/clean-fonts}. - - @section Requirements @subsection Compilation @@ -185,7 +175,6 @@ cd lilypond-x.y.z ./configure # run with --help for applicable options make make install -sh buildscripts/clean-fonts.sh @end example @end quotation @@ -200,10 +189,6 @@ make -C mf get-debian-pfa # may not be up to date @end example @end quotation -If you are doing an upgrade, you should remove all @file{feta} -@code{.pk} and @code{.tfm} files. A script has been provided to do the -work for you, see @file{buildscripts/out/clean-fonts}. - If you are not root, you should choose a @code{--prefix} argument that points into your home directory, e.g. @quotation diff --git a/Documentation/topdocs/README.texi b/Documentation/topdocs/README.texi index 5ec2aa2704..b63756d556 100644 --- a/Documentation/topdocs/README.texi +++ b/Documentation/topdocs/README.texi @@ -85,18 +85,6 @@ for sending bugreports. You can search the lists from the following page: @uref{http://lilypond.org/search, searching facilities}. -@section Caveats - -If you have installed a previous version, be sure to remove old font -files, e.g., - -@example - rm `find /var/lib/texmf/fonts -name 'feta*'` -@end example - -a script to do this is left after compiling in -@file{buildscripts/out/clean-fonts}. - @section Bugs Send bug reports to @email{bug-lilypond@@gnu.org}. For help and -- 2.39.5