]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.6
authorfred <fred>
Sun, 24 Mar 2002 20:14:07 +0000 (20:14 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:14:07 +0000 (20:14 +0000)
make/GNUmakefile
stepmake/make/GNUmakefile

index 441e9321707990ec68417b5cc6860b0de42834f8..4fb79e0c8edbc54005365a71e95bd588cc6530a1 100644 (file)
@@ -4,7 +4,9 @@ depth = ..
 STEPMAKE_TEMPLATES=makedir
 BLURBS=BLURB # COPERTINA FLAPTEKST
 
-include $(depth)/make/stepmake.make 
-
+# ifneq ($(strip $(state-vector)),)
+EXTRA_DIST_FILES = STATE-VECTOR
+# endif
 
+include $(depth)/make/stepmake.make 
 
index bb5632d1586d56f982ab1088028a6eeaa9932b46..c204b04dc2a17764765537192685de9697946b02 100644 (file)
@@ -4,8 +4,10 @@ depth = ..
 STEPMAKE_TEMPLATES=makedir
 BLURBS=BLURB # COPERTINA FLAPTEKST
 
+ifneq ($(strip $(state-vector)),)
+EXTRA_DIST_FILES = STATE-VECTOR
+endif
 
 include $(depth)/make/stepmake.make 
 
 
-