From 0f17d792fba60f0ae6dba9aa31abd0c2d472dbe4 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Tue, 4 May 2004 21:00:42 +0000 Subject: [PATCH] (Group): ln png files for info. --- ChangeLog | 2 ++ buildscripts/mf-to-table.py | 2 +- make/lilypond.redhat.spec.in | 4 +++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3c7c63eb8c..44e105645b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-05-04 Han-Wen Nienhuys + * make/lilypond.redhat.spec.in (Group): ln png files for info. + * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix. * cygwin/lily-wins.py: update for the lily-wins.py script. diff --git a/buildscripts/mf-to-table.py b/buildscripts/mf-to-table.py index 33f086bf4d..017bb420b1 100644 --- a/buildscripts/mf-to-table.py +++ b/buildscripts/mf-to-table.py @@ -169,7 +169,7 @@ def write_fontlist (file, global_info, charmetrics): file.write (r""" %% LilyPond file to list all font symbols and the corresponding names %% Automatically generated by mf-to-table.py -\score{ \new Lyrics \lyrics { 4\time %d/8 +\score{ \new Lyrics \lyrics { \time %d/8 """ % (2*per_line+1)) count = 0 diff --git a/make/lilypond.redhat.spec.in b/make/lilypond.redhat.spec.in index 14b1c6e6af..f2701797ad 100644 --- a/make/lilypond.redhat.spec.in +++ b/make/lilypond.redhat.spec.in @@ -18,7 +18,7 @@ Buildrequires: t1utils bison flex mftrace ImageMagick Buildrequires: texinfo >= 4.6 Buildrequires: guile-devel >= 1.6.4-8 Requires: tetex tetex-latex libstdc++ python tetex-dvips tetex-latex -Requires: guile >= 1.6.4-8 ec-fonts-mftraced +Requires: guile >= 1.6.4-8 ec-fonts-mftraced >= 1.0.2 %description LilyPond lets you create music notation. It produces @@ -79,6 +79,8 @@ make prefix="$RPM_BUILD_ROOT%{_prefix}" \ infodir="$RPM_BUILD_ROOT%{_infodir}" \ webdir="$RPM_BUILD_ROOT%{_prefix}/share/doc/lilypond/" web-install +ln -sf ../../doc/lilypond/Documentation/user/out-www/*png $RPM_BUILD_ROOT%{_infodir}/lilypond/ + # info %if %{info} rm -f $RPM_BUILD_ROOT/%{_infodir}/dir -- 2.39.5