From: Han-Wen Nienhuys Date: Tue, 6 Jun 2006 13:50:54 +0000 (+0000) Subject: * Documentation/pictures/GNUmakefile (XPM_FILES): src-wildcard for X-Git-Tag: cvs/HEAD~337 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=73b5566161e4443f90f68d78b1116bf6041e8aa4;p=lilypond.git * Documentation/pictures/GNUmakefile (XPM_FILES): src-wildcard for pictures too. * Documentation/misc/GNUmakefile (TEXTS): use src-wildcard for disting MISC files. --- diff --git a/ChangeLog b/ChangeLog index 1693c1d95e..85683a1c73 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-06-06 Han-Wen Nienhuys + * 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 diff --git a/Documentation/misc/GNUmakefile b/Documentation/misc/GNUmakefile index 4b68919774..b84aa786b8 100644 --- a/Documentation/misc/GNUmakefile +++ b/Documentation/misc/GNUmakefile @@ -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 diff --git a/Documentation/pictures/GNUmakefile b/Documentation/pictures/GNUmakefile index 44ec78bdca..6665721085 100644 --- a/Documentation/pictures/GNUmakefile +++ b/Documentation/pictures/GNUmakefile @@ -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