From 5f2c9be0b7f895e7695b1dff955e2aeb7eb2c504 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:49:32 +0000 Subject: [PATCH] lilypond-0.0.78 --- bin/make-version | 2 +- flower/include/Makefile | 2 +- lily/Makefile | 4 ++-- make/Makefile | 8 ++++---- mi2mu/Makefile | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bin/make-version b/bin/make-version index 29b768c1e8..d8e79346cd 100755 --- a/bin/make-version +++ b/bin/make-version @@ -3,7 +3,7 @@ #shift; if test "x$1" = x; then - versionfile=".version" + versionfile="VERSION" else versionfile=$1; fi diff --git a/flower/include/Makefile b/flower/include/Makefile index e783a73603..1ad45cb463 100644 --- a/flower/include/Makefile +++ b/flower/include/Makefile @@ -8,7 +8,7 @@ depth = ../.. # generic stuff/Makefile # include ./$(depth)/make/Include.make -include ./$(depth)/flower/.version +include ./$(depth)/flower/VERSION # identify module: # diff --git a/lily/Makefile b/lily/Makefile index 23145c0b40..65065454be 100644 --- a/lily/Makefile +++ b/lily/Makefile @@ -16,7 +16,7 @@ depth = .. # include Stable.make include ./$(depth)/make/Variables.make -include .version +include VERSION # # identify module: @@ -33,7 +33,7 @@ SUBDIRS = include # list of distribution files: # -EXTRA_DISTFILES = .version +EXTRA_DISTFILES = VERSION # # list of custom libraries: diff --git a/make/Makefile b/make/Makefile index 804cad1e9b..e5c0104f32 100644 --- a/make/Makefile +++ b/make/Makefile @@ -42,18 +42,18 @@ spec: $(outdir)/lilypond.spec rpmdocs=$(addprefix Documentation/out/, $(notdir $(shell ls $(depth)/Documentation/$(outdir)/*.text)))\ BUGS TODO NEWS DEDICATION ANNOUNCE README -rpmmudocs=$(addprefix Documentation/out/, $(notdir $(shell ls $(depth)/Documentation/*.doc))) +rpmmudocs=$(addprefix Documentation/, $(notdir $(shell ls $(depth)/Documentation/*.doc))) rpmdvis=$(rpmmudocs:.doc=.dvi) rpmexamples= $(addprefix input/, $(notdir $(shell ls $(depth)/input/*.{ly,tex}))) sed-version= sed 's!@TOPLEVEL_VERSION@!${TOPLEVEL_VERSION}!g' sed-date=sed 's!@DATE@!${date}!g' -sed-examples = sed 's!@EXAMPLE_LYS@!${rpmexamples} ${rpmdvis}!g' +sed-examples = sed 's!@EXAMPLE_LYS@!${rpmexamples} ${rpmmudocs}!g' sed-docs=sed 's!@TEXT_DOCS@!${rpmdocs}!g' -$(outdir)/lilypond.spec: lilypond.spec.in $(depth)/.version +$(outdir)/lilypond.spec: lilypond.spec.in $(depth)/VERSION cat $< | $(sed-version) | $(sed-docs) | $(sed-examples) > $@ -$(outdir)/lilypond.lsm: lilypond.lsm.in $(depth)/.version +$(outdir)/lilypond.lsm: lilypond.lsm.in $(depth)/VERSION cat $< | $(sed-version) | $(sed-date) > $@ diff --git a/mi2mu/Makefile b/mi2mu/Makefile index abb87bb775..2df411c6fa 100644 --- a/mi2mu/Makefile +++ b/mi2mu/Makefile @@ -23,7 +23,7 @@ include ./$(depth)/make/Files.make # NAME = mi2mu MODULE_NAME = mi2mu -include $(mi2mu-dir)/.version +include $(mi2mu-dir)/VERSION build = $(mi2mu-dir)/$(outdir)/.build # @@ -40,7 +40,7 @@ VERSION_DEPENDENCY = $(mi2mu-version) # list of distribution files: # -EXTRA_DISTFILES = .version TODO +EXTRA_DISTFILES = VERSION TODO # # list of custom libraries: -- 2.39.5