From: fred Date: Sun, 24 Mar 2002 20:11:03 +0000 (+0000) Subject: lilypond-0.1.61 X-Git-Tag: release/1.5.59~3136 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=231fea4a36906acc88d0004699478295b9ab1522;p=lilypond.git lilypond-0.1.61 --- diff --git a/make/Makefile b/make/Makefile index c50099ce31..7e363dc3db 100644 --- a/make/Makefile +++ b/make/Makefile @@ -37,11 +37,9 @@ include ./$(depth)/make/Rules.make default: $(RPMSPEC) $(LSMENTRY) -rpmdocs=$(addprefix Documentation/out/, $(notdir $(shell find $(depth)/Documentation/ -name '*.txt' ))) \ - BUGS TODO NEWS DEDICATION ANNOUNCE README -rpmmudocs=$(addprefix Documentation/, $(notdir $(shell ls $(depth)/Documentation/*.doc))) +rpmdocs=BUGS TODO NEWS DEDICATION ANNOUNCE README rpmdvis=$(rpmmudocs:.doc=.dvi) -rpmexamples= $(addprefix input/, $(notdir $(shell ls $(depth)/input/*.{ly,tex}))) +rpmexamples= $(addprefix input/, $(notdir $(shell ls $(depth)/input/*.ly))) date = $(shell date '+%d%b%y'|tr a-z A-Z)