From: Han-Wen Nienhuys Date: Tue, 29 Nov 2005 16:32:36 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.7.21~18 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=310cdf464563659e1e9d8334576d9ae889f97392;p=lilypond.git *** empty log message *** --- diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index f9c53f3806..18627dcea3 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -46,6 +46,11 @@ This document is also available in @uref{NEWS.pdf,PDF}. @itemize @bullet +@item LilyPond does no longer link to kpathsea for the @TeX{} backend. +This makes the @TeX{} backend more easily usable on various systems. + +This fix was sponsored by Christian Ebert. + @item The horizontal location of rehearsal marks can be adjusted by setting the @code{rehearsalMarkAlignSymbol} property, diff --git a/make/lilypond.fedora.spec.in b/make/lilypond.fedora.spec.in index a3cc400a61..4b671b4ab4 100644 --- a/make/lilypond.fedora.spec.in +++ b/make/lilypond.fedora.spec.in @@ -53,7 +53,7 @@ Documentation and example files of LilyPond. An index is available at # because RPM will gladly do a substitution anyway. # compile with static libstdc++ for better platform portability. -./configure --enable-static-gxx --without-kpathsea --disable-checking --prefix=%{_prefix} --enable-optimising +./configure --enable-static-gxx --disable-checking --prefix=%{_prefix} --enable-optimising make -j2 all