From 14c42bc6523f8bd762660d9af31186c8ede4b4a1 Mon Sep 17 00:00:00 2001
From: Han-Wen Nienhuys <hanwen@xs4all.nl>
Date: Tue, 1 May 2007 10:05:55 -0400
Subject: [PATCH] use SUBDIRS iso EXTRA_DIST_FILES

---
 input/tolsr/GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/input/tolsr/GNUmakefile b/input/tolsr/GNUmakefile
index 32f8da8c45..c68fb22e23 100644
--- a/input/tolsr/GNUmakefile
+++ b/input/tolsr/GNUmakefile
@@ -4,7 +4,7 @@ STEPMAKE_TEMPLATES=documentation texinfo tex
 LOCALSTEPMAKE_TEMPLATES=lilypond ly lysdoc
 EXTRA_DIST_FILES=README
 
-EXTRA_DIST_FILES+=expressive parts text
+SUBDIRS+=expressive parts text
 
 include $(depth)/make/stepmake.make
 
-- 
2.39.5