From 231fea4a36906acc88d0004699478295b9ab1522 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:11:03 +0000 Subject: [PATCH] lilypond-0.1.61 --- make/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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) -- 2.39.5