From: Graham Percival Date: Sun, 27 Dec 2009 23:38:50 +0000 (+0000) Subject: Build: add files to dist. X-Git-Tag: release/2.13.10-1~45 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5e49d1aaf2a261f03c24c618bc4aa539e4d9c215;p=lilypond.git Build: add files to dist. --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 569548a3e7..646594374f 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -27,7 +27,7 @@ RELEASE_FILES = ChangeLog RELEASE-COMMIT RELEASE_OUT_FILES = $(RELEASE_FILES:%=$(outdir)/%) OUT_DIST_FILES += $(RELEASE_OUT_FILES) EXTRA_DIST_FILES = VERSION .gitignore .mailmap \ - $(README_FILES) $(SCRIPTS) $(IN_FILES) + $(README_FILES) $(SCRIPTS) $(IN_FILES) website.make INSTALLATION_DIR=$(local_lilypond_datadir) INSTALLATION_FILES=$(config_make) VERSION diff --git a/scripts/auxiliar/GNUmakefile b/scripts/auxiliar/GNUmakefile index a80126d541..145effef96 100644 --- a/scripts/auxiliar/GNUmakefile +++ b/scripts/auxiliar/GNUmakefile @@ -2,6 +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 include $(depth)/make/stepmake.make