summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2012-02-07 15:28:17 +0100
committerChristian Persch <chpe@gnome.org>2012-02-07 15:28:17 +0100
commiteb2dc7c5b6090972e705b5a863d40a170a687e7e (patch)
tree7a90afca4c8dd2ab95a1fd9f4c0bf6ab0bb0c9de
parent085c6abfc4889423af09e0495754102d24a86dea (diff)
downloadyelp-tools-eb2dc7c5b6090972e705b5a863d40a170a687e7e.tar.gz
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
-rw-r--r--tools/yelp.m42
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; \