changeset 978:d23dc465f2a8

derive $(INSTALLER_BUILD) from lilypond.org
author hanwen <hanwen@xs4all.nl>
date Fri, 13 Jan 2006 00:55:04 +0100
parents 71fdf959903d
children f86864a46bf4
files GNUmakefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/GNUmakefile	Fri Jan 13 00:54:35 2006 +0100
+++ b/GNUmakefile	Fri Jan 13 00:55:04 2006 +0100
@@ -21,7 +21,7 @@
 include local.make
 
 include $(LILYPOND_CVSDIR)/VERSION
-INSTALLER_BUILD=1
+
 
 
 ##LILYPOND_BRANCH=$(strip $(patsubst $(shell cd $(LILYPOND_CVSDIR) && expr "$$(cvs status ChangeLog)" : '.*Sticky Tag: *\([^ ]*\)'),(none),HEAD))
@@ -30,7 +30,7 @@
 
 PLATFORMS=darwin mingw linux freebsd
 LILYPOND_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION).$(PATCH_LEVEL)$(if $(strip $(MY_PATCH_LEVEL)),.$(MY_PATCH_LEVEL),)
-
+INSTALLER_BUILD:=$(shell python lilypondorg.py $(LILYPOND_VERSION))
 INVOKE_DRIVER=python driver.py \
 --target-platform $(1) \
 --branch $(LILYPOND_BRANCH) \