From 9fa4f7db7cd4c909223106f2e82d5d71d828f420 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:37:32 +0000 Subject: [PATCH] lilypond-0.0.46.jcn1 --- make/Makefile | 7 +++++-- make/lilypond.spec.in | 11 ++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/make/Makefile b/make/Makefile index 0928f016e2..0d51e646b0 100644 --- a/make/Makefile +++ b/make/Makefile @@ -35,5 +35,8 @@ include ./$(depth)/make/Targets.make include ./$(depth)/make/Rules.make # -lilypond.spec: lilypond.spec.in $(depth)/.version - sed 's/@TOPLEVEL_VERSION@/${TOPLEVEL_VERSION}/g'< $< > $@ +spec: $(outdir)/lilypond.spec + +rpm-docs=$(addprefix Documentation/out/, $(notdir $(shell ls $(depth)/Documentation/$(outdir)/*.text))) +$(outdir)/lilypond.spec: lilypond.spec.in $(depth)/.version + cat $< | sed 's/@TOPLEVEL_VERSION@/${TOPLEVEL_VERSION}/g'|sed 's#@TEXT_DOCS@#$(rpm-docs)#g' > $@ diff --git a/make/lilypond.spec.in b/make/lilypond.spec.in index 600f62b617..ed2fe175b7 100644 --- a/make/lilypond.spec.in +++ b/make/lilypond.spec.in @@ -11,9 +11,9 @@ Icon: lelie_icon.gif %description LilyPond is a program which converts a music-script (mudela) into -TeX output, or MIDI to produce multi-staff scores. Feature include multiple +TeX output, or MIDI to produce multi-staff scores. Features include multiple meters, clefs, keys, lyrics, versatile input-language, cadenzas -beams, slurs, triplets +beams, slurs, triplets. %prep %setup @@ -24,14 +24,11 @@ make all make install strip /usr/bin/lilypond /usr/bin/mi2mu %files -%doc Documentation/out/index.text Documentation/out/CodingStyle.text -%doc Documentation/out/lilygut.text Documentation/out/lilyinput.text -%doc Documentation/out/error.text Documentation/out/faq.text -%doc Documentation/out/INSTALL.text -%doc Documentation/out/language.text Documentation/lelie_logo.gif +%doc @TEXT_DOCS@ Documentation/lelie_logo.gif /usr/bin/lilypond /usr/bin/mi2mu /usr/man/man1/lilypond.1 +/usr/man/man5/mudela.5 /usr/lib/texmf/texmf/tex/lilypond/ /usr/share/lilypond/ -- 2.39.5