From: fred Date: Sun, 24 Mar 2002 19:35:14 +0000 (+0000) Subject: lilypond-0.0.42 X-Git-Tag: release/1.5.59~5192 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b20d8047f930acc8699fca50e7a4fd7a2528c49a;p=lilypond.git lilypond-0.0.42 --- diff --git a/.version b/.version index 6bdeb26877..71f7750ff1 100644 --- a/.version +++ b/.version @@ -1,8 +1,8 @@ TOPLEVEL_MAJOR_VERSION = 0 TOPLEVEL_MINOR_VERSION = 0 -TOPLEVEL_PATCH_LEVEL = 41 +TOPLEVEL_PATCH_LEVEL = 42 # use to send patches, always empty for released version: # include separator: ".postfix", "-pl" makes rpm barf -TOPLEVEL_MY_PATCH_LEVEL = +TOPLEVEL_MY_PATCH_LEVEL = # diff --git a/make/Makefile b/make/Makefile index eef8cbf3bd..30fbad011d 100644 --- a/make/Makefile +++ b/make/Makefile @@ -21,7 +21,7 @@ MINOR_VERSION = $(TOPLEVEL_MINOR_VERSION) PATCH_LEVEL = $(TOPLEVEL_PATCH_LEVEL) # use to send patches, always empty for released version: MY_PATCH_LEVEL = $(TOPLEVEL_MY_PATCH_LEVEL) -build = ./$(depth)/lily/.build +build = ./$(depth)/lily/$(outdir)/.build # # list of generic make files: @@ -31,7 +31,7 @@ MAKEFILES = $(shell ls *.make) # list of distribution files: # -DISTFILES = configure.in ACVariables.make.in Makefile lilypond.spec $(MAKEFILES) +DISTFILES = Configure_variables.make.in Makefile lilypond.spec.in $(MAKEFILES) # # generic variables: @@ -45,3 +45,5 @@ include ./$(depth)/make/Targets.make include ./$(depth)/make/Rules.make # +lilypond.spec: lilypond.spec.in + sed 's/@TOPLEVEL_VERSION@/${TOPLEVEL_VERSION}/g'< $< > $@ \ No newline at end of file