From: Graham Percival Date: Sun, 27 Dec 2009 23:54:59 +0000 (+0000) Subject: Thinko: forgot a += in the file. Fixes (maybe) dist. X-Git-Tag: release/2.13.10-1~42 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f33c623fe5cf5ab2903c052244c8240681a0182f;p=lilypond.git Thinko: forgot a += in the file. Fixes (maybe) dist. Sorry guys; I wish there was an easier way of testing this than pushing and building gub, but this is hardly a priority right now. --- diff --git a/scripts/auxiliar/GNUmakefile b/scripts/auxiliar/GNUmakefile index 145effef96..4ac41794ba 100644 --- a/scripts/auxiliar/GNUmakefile +++ b/scripts/auxiliar/GNUmakefile @@ -2,7 +2,7 @@ depth=../.. EXTRA_DIST_FILES = $(call src-wildcard,*.sh) $(call src-wildcard,*.py) EXTRA_DIST_FILES += pfx2ttf.fontforge -EXTRA_DIST_FILES = lily-git.tcl +EXTRA_DIST_FILES += lily-git.tcl include $(depth)/make/stepmake.make