]> git.donarmstrong.com Git - lilypond.git/commitdiff
Build: dist fixes.
authorGraham Percival <graham@percival-music.ca>
Sat, 21 Aug 2010 19:18:06 +0000 (20:18 +0100)
committerGraham Percival <graham@percival-music.ca>
Sat, 21 Aug 2010 19:18:06 +0000 (20:18 +0100)
Documentation/web/GNUmakefile
scripts/auxiliar/GNUmakefile

index d96ffebc0a9521b7419a66ae82c15c207676f17a..37ce914f53ff021d4d967c597e826322c2f1160d 100644 (file)
@@ -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
 
index 4ac41794bac106751aefeb6a53886b3dd594fada..d70ff71da46feb717b88792fab30ffa6384e0e80 100644 (file)
@@ -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