]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/GNUmakefile.in
* autogen.sh: Generate.
[lilypond.git] / stepmake / GNUmakefile.in
index 349ff922af839da542c1abccce16b2404aeb1abc..a4cab0e0aec913413fcd2c60b5346c22d40dc0e1 100644 (file)
@@ -11,15 +11,15 @@ depth = .
 ifeq ($(PACKAGE),STEPMAKE)
 SUBDIRS = bin make stepmake 
 else
-SUBDIRS =
+SUBDIRS = stepmake
 endif
 #
 
 # list of distribution files:
 #
-SCRIPTS = configure aclocal.m4
+SCRIPTS = configure aclocal.m4 autogen.sh
 README_FILES = CHANGES README TODO
-README_TXT_FILES = AUTHORS.txt INSTALL.txt
+README_TXT_FILES = 
 EXTRA_DIST_FILES = $(IN_FILES) VERSION $(README_FILES)  $(SCRIPTS) INSTALL.texi
 NON_ESSENTIAL_DIST_FILES = $(README_TXT_FILES)
 #
@@ -30,12 +30,15 @@ STEPMAKE_TEMPLATES=toplevel texinfo
 include $(depth)/make/stepmake.make 
 #
 
+# 2nd: THIS IS NO MISTAKE
+# this makes lilypond's make dist descent into stepmake
+# should check if we can remove the above
 # descent order into subdirectories:
 #
 ifeq ($(PACKAGE),STEPMAKE)
 SUBDIRS = bin make stepmake 
 else
-SUBDIRS =
+SUBDIRS = stepmake
 endif
 #