From 851252089ef752254c4ff464aa39aefce252bf3a Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Wed, 10 Mar 2004 08:53:54 +0000 Subject: [PATCH] * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in: Remove pmx2ly stuff. * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly. --- ChangeLog | 6 ++++++ make/lilypond.redhat.spec.in | 2 -- make/lilypond.suse.spec.in | 2 -- scripts/GNUmakefile | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index e74f323e7e..4af78bd08d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-03-10 Werner Lemberg + + * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in: + Remove pmx2ly stuff. + * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly. + 2004-03-10 Jan Nieuwenhuizen * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper diff --git a/make/lilypond.redhat.spec.in b/make/lilypond.redhat.spec.in index 0ba1deab1e..93cd96b9aa 100644 --- a/make/lilypond.redhat.spec.in +++ b/make/lilypond.redhat.spec.in @@ -143,7 +143,6 @@ scrollkeeper-update %{_bindir}/lilypond-book %{_bindir}/mup2ly %{_bindir}/musedata2ly -%{_bindir}/pmx2ly %doc THANKS %doc COPYING @@ -166,7 +165,6 @@ scrollkeeper-update %{_mandir}/man1/lilypond-book.1.gz %{_mandir}/man1/musedata2ly.1.gz %{_mandir}/man1/mup2ly.1.gz -%{_mandir}/man1/pmx2ly.1.gz %{_datadir}/lilypond/@TOPLEVEL_VERSION@/ %{_datadir}/locale/*/LC_MESSAGES/lilypond.mo diff --git a/make/lilypond.suse.spec.in b/make/lilypond.suse.spec.in index 059a922f98..775a1e3a01 100644 --- a/make/lilypond.suse.spec.in +++ b/make/lilypond.suse.spec.in @@ -232,7 +232,6 @@ touch var/adm/SuSEconfig/run-texhash %{_prefix}/bin/lilypond-book %{_prefix}/bin/mup2ly %{_prefix}/bin/musedata2ly -%{_prefix}/bin/pmx2ly %else %{_prefix}/bin %endif @@ -251,7 +250,6 @@ touch var/adm/SuSEconfig/run-texhash %{_prefix}/man/man1/lilypond-book.1.gz %{_prefix}/man/man1/musedata2ly.1.gz %{_prefix}/man/man1/mup2ly.1.gz -%{_prefix}/man/man1/pmx2ly.1.gz %{_prefix}/share/lilypond/ %{_prefix}/share/texmf/ diff --git a/scripts/GNUmakefile b/scripts/GNUmakefile index d196b692e5..72a36b0153 100644 --- a/scripts/GNUmakefile +++ b/scripts/GNUmakefile @@ -1,6 +1,6 @@ depth = .. -SEXECUTABLES=convert-ly lilypond-book lilypond abc2ly etf2ly musedata2ly pmx2ly mup2ly midi2ly +SEXECUTABLES=convert-ly lilypond-book lilypond abc2ly etf2ly musedata2ly mup2ly midi2ly STEPMAKE_TEMPLATES=script help2man po LOCALSTEPMAKE_TEMPLATES = lilypond HELP2MAN_EXECS = $(SEXECUTABLES) -- 2.39.2