[librsvgmm] Delay expansion of documentation install wildcard



commit 5e7b58e06faf4befea41a7bea181672b71c19354
Author: Daniel Elstner <daniel kitta gmail com>
Date:   Sun Jul 12 00:32:48 2009 +0200

    Delay expansion of documentation install wildcard
    
    * build/doc-reference.am (htmlref_files): Revert to a recursively
    expanded variable instead of assigning the list of files statically.
    The recent build overhaul changed the order of variable expansion,
    and $(htmlref_files) ended up empty.

 build/doc-reference.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/doc-reference.am b/build/doc-reference.am
index 4790dfa..cc027c4 100644
--- a/build/doc-reference.am
+++ b/build/doc-reference.am
@@ -26,7 +26,7 @@ htmlref_patterns ?=		\
 	reference/html/*.png	\
 	reference/html/*.gif
 
-htmlref_files := $(or $(wildcard\
+htmlref_files = $(or $(wildcard\
 	$(htmlref_patterns)),$(wildcard\
 	$(addprefix $(srcdir)/,$(htmlref_patterns))))
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]