]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/pictures/GNUmakefile (XPM_FILES): src-wildcard for
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 6 Jun 2006 13:50:53 +0000 (13:50 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 6 Jun 2006 13:50:53 +0000 (13:50 +0000)
pictures too.

* Documentation/misc/GNUmakefile (TEXTS): use src-wildcard for
disting MISC files.

ChangeLog
Documentation/misc/GNUmakefile
Documentation/pictures/GNUmakefile

index 1693c1d95ea5e699ff65524eac57992341e1a353..85683a1c7368b98bb3e914ce7575a0aaea355e14 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-06-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
+       * Documentation/pictures/GNUmakefile (XPM_FILES): src-wildcard for
+       pictures too.
+
        * GNUmakefile.in (dist-toplevel-txt-files): dist aclocal.m4
        directly from srcdir/stepmake/aclocal.m4
        
index 4b689197749bd444ab9380f22f8abee123bd5ed2..b84aa786b88b3e0e7c9cd72bd6e7adf1f34131e5 100644 (file)
@@ -4,7 +4,7 @@ NAME = documentation
 
 STEPMAKE_TEMPLATES=documentation  texinfo
 
-TEXTS = $(call src-wildcard,ANNOUNCE-*[0-9]) $(call src-wildcard,CHANGES-*[0-9]) $(call src-wildcard ChangeLog*[0-9]) $(call src-wildcard NEWS-*[0-9])
+TEXTS = $(call src-wildcard,ANNOUNCE-*[0-9]) $(call src-wildcard,CHANGES-*[0-9]) $(call src-wildcard,ChangeLog*[0-9]) $(call src-wildcard,NEWS-*[0-9])
 EXTRA_DIST_FILES = $(TEXTS)
 
 include $(depth)/make/stepmake.make
index 44ec78bdca0e108288e1a1e2fd8f2c394b94bd8a..6665721085fd801f3c05c859c171f22d1ee13c0b 100644 (file)
@@ -1,7 +1,7 @@
 depth = ../..
 
 STEPMAKE_TEMPLATES=documentation
-XPM_FILES=$(wildcard *.xpm)
+XPM_FILES=$(call src-wildcard,*.xpm)
 EXTRA_DIST_FILES= $(XPM_FILES)
 
 lilypond-icon = $(outdir)/lilypond.ico