From: fred Date: Sun, 24 Mar 2002 19:50:26 +0000 (+0000) Subject: lilypond-0.1.1 X-Git-Tag: release/1.5.59~4314 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=98e2374cdeff0ab438c2c17d3cf7fa0fc0624003;p=lilypond.git lilypond-0.1.1 --- diff --git a/make/Makefile b/make/Makefile index e5c0104f32..99e0bbf008 100644 --- a/make/Makefile +++ b/make/Makefile @@ -47,6 +47,7 @@ rpmdvis=$(rpmmudocs:.doc=.dvi) rpmexamples= $(addprefix input/, $(notdir $(shell ls $(depth)/input/*.{ly,tex}))) +date = $(shell date '+%d%b%y'|tr a-z A-Z) sed-version= sed 's!@TOPLEVEL_VERSION@!${TOPLEVEL_VERSION}!g' sed-date=sed 's!@DATE@!${date}!g' sed-examples = sed 's!@EXAMPLE_LYS@!${rpmexamples} ${rpmmudocs}!g'