From: fred Date: Sun, 24 Mar 2002 20:14:07 +0000 (+0000) Subject: lilypond-1.0.6 X-Git-Tag: release/1.5.59~2962 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=115a9489d26e34b252916f4114dc9a4188babfde;p=lilypond.git lilypond-1.0.6 --- diff --git a/make/GNUmakefile b/make/GNUmakefile index 441e932170..4fb79e0c8e 100644 --- a/make/GNUmakefile +++ b/make/GNUmakefile @@ -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 diff --git a/stepmake/make/GNUmakefile b/stepmake/make/GNUmakefile index bb5632d158..c204b04dc2 100644 --- a/stepmake/make/GNUmakefile +++ b/stepmake/make/GNUmakefile @@ -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 -