]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.78
authorfred <fred>
Sun, 24 Mar 2002 19:49:32 +0000 (19:49 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:49:32 +0000 (19:49 +0000)
bin/make-version
flower/include/Makefile
lily/Makefile
make/Makefile
mi2mu/Makefile

index 29b768c1e8925c6c964cb3868c221ea21cae44af..d8e79346cdddbb99f0fb7b99744de0052a8b4f73 100755 (executable)
@@ -3,7 +3,7 @@
 #shift;
 if test "x$1" = x;
 then
-    versionfile=".version"
+    versionfile="VERSION"
 else
     versionfile=$1;
 fi
index e783a7360315935d05845f9478165cc8fbdb00b6..1ad45cb4632748d8d20acea150c27eecfe651145 100644 (file)
@@ -8,7 +8,7 @@ depth = ../..
 # generic stuff/Makefile
 #
 include ./$(depth)/make/Include.make
-include ./$(depth)/flower/.version
+include ./$(depth)/flower/VERSION
 
 # identify module:
 #
index 23145c0b408ddc1a23c552778c1dffff4c10ab40..65065454be5433eb38ffe361cb53610b2d355b46 100644 (file)
@@ -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:
index 804cad1e9b16acfd13fa75d7e8c877a084076b33..e5c0104f3235b8e31f4dcc4f2cd91e017e4e9c4c 100644 (file)
@@ -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) > $@
index abb87bb77562cc7148730a6fff76c237eabbe3ae..2df411c6fa4a0e5c0dc115869107e8939ba71ff4 100644 (file)
@@ -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: