[yelp-tools] yelp.m4: Dist all linguas



commit eb2dc7c5b6090972e705b5a863d40a170a687e7e
Author: Christian Persch <chpe gnome org>
Date:   Tue Feb 7 15:28:17 2012 +0100

    yelp.m4: Dist all linguas
    
    The linguas to dist in the tarball must not take LINGUAS into account.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=669572

 tools/yelp.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/yelp.m4 b/tools/yelp.m4
index 93bec96..f7eeb80 100644
--- a/tools/yelp.m4
+++ b/tools/yelp.m4
@@ -101,7 +101,7 @@ EXTRA_DIST += $(foreach f,$(HELP_MEDIA),$(foreach lc,$(_HELP_LINGUAS),$(wildcard
 
 distdir: distdir-help-files
 distdir-help-files:
-	@for lc in C $(_HELP_LINGUAS); do \
+	@for lc in C $(HELP_LINGUAS); do \
 	  for file in $(HELP_FILES); do \
 	    $(MKDIR_P) "$(distdir)/$$lc"; \
 	    if test -f "$$lc/$$file"; then d=./; else d=$(srcdir)/; fi; \



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