From 9502ddd357cc67746757dbd26a1538e70d194bda Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Sat, 21 Aug 2010 20:18:06 +0100 Subject: [PATCH] Build: dist fixes. --- Documentation/web/GNUmakefile | 5 ++++- scripts/auxiliar/GNUmakefile | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.5