aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorDenis Barbier <barbier>2002-11-02 15:53:49 +0000
committerDenis Barbier <barbier>2002-11-02 15:53:49 +0000
commit40fb8937efcc60d4ad579ef824bc1c02901deb60 (patch)
treed23add72376ee38013892da41270269fe1fe20a6 /Makefile.common
parent7269801a954425d537ffe30577e370f639c548b6 (diff)
Minor change about $(GETTEXTDEP), see in webwml/english/ports/Makefile how
to customize this variable. CVS version numbers Makefile.common: 1.67 -> 1.68
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 40611f8e784..28de919b0f7 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -14,6 +14,9 @@ HTMLDIR = $(WMLBASE)/$(RELHTMLBASE)/$(CUR_DIR)
LOCALEDIR := $(WMLBASE)/../locale/$(LANGUAGE)/LC_MESSAGES
ifneq "$(LANGUAGE)" "en"
GETTEXTDEP := $(LOCALEDIR)/templates.mo
+ifneq "$(GETTEXTFILES)" ""
+GETTEXTDEP += $(addprefix $(LOCALEDIR)/,$(GETTEXTFILES))
+endif
endif
LANGUAGECAP = $(shell echo $(LANGUAGE) | tr "a-z" "A-Z")

© 2014-2024 Faster IT GmbH | imprint | privacy policy