]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.61
authorfred <fred>
Sun, 24 Mar 2002 20:11:03 +0000 (20:11 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:11:03 +0000 (20:11 +0000)
make/Makefile

index c50099ce3132d55d53718eec2885f023a0fd4b4e..7e363dc3db6ae8757c8685ae02a45d05af9ace04 100644 (file)
@@ -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)