From: Graham Percival Date: Sat, 21 Aug 2010 19:18:06 +0000 (+0100) Subject: Build: dist fixes. X-Git-Tag: release/2.13.31-1~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9502ddd357cc67746757dbd26a1538e70d194bda;p=lilypond.git Build: dist fixes. --- diff --git a/Documentation/web/GNUmakefile b/Documentation/web/GNUmakefile index d96ffebc0a..37ce914f53 100644 --- a/Documentation/web/GNUmakefile +++ b/Documentation/web/GNUmakefile @@ -1,5 +1,8 @@ depth = ../.. -LOCALSTEPMAKE_TEMPLATES = ly + +STEPMAKE_TEMPLATES=tex documentation +LOCALSTEPMAKE_TEMPLATES = lilypond ly + SUBDIRS = ly-examples server include $(depth)/make/stepmake.make diff --git a/scripts/auxiliar/GNUmakefile b/scripts/auxiliar/GNUmakefile index 4ac41794ba..d70ff71da4 100644 --- a/scripts/auxiliar/GNUmakefile +++ b/scripts/auxiliar/GNUmakefile @@ -3,6 +3,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 += ref_check.tely include $(depth)/make/stepmake.make