aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorDenis Barbier <barbier>2002-11-04 02:20:12 +0000
committerDenis Barbier <barbier>2002-11-04 02:20:12 +0000
commitcbbdc5534183d02a9602a0b4a43a80d5dc44bc8e (patch)
tree5b4b121cbc606e15a6ca75709703caf23d228475 /Makefile.common
parented27f5cf99137a6f29ef24f299d485a4ad8aa08f (diff)
Remove dependencies against $(TEMPLDIR)/countries.def and
$(TEMPLDIR)/language_names.def CVS version numbers Makefile.common: 1.68 -> 1.69
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.common b/Makefile.common
index 28de919b0f7..2fe70cb4392 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -13,7 +13,7 @@ HTMLDIR = $(WMLBASE)/$(RELHTMLBASE)/$(CUR_DIR)
LOCALEDIR := $(WMLBASE)/../locale/$(LANGUAGE)/LC_MESSAGES
ifneq "$(LANGUAGE)" "en"
-GETTEXTDEP := $(LOCALEDIR)/templates.mo
+GETTEXTDEP := $(LOCALEDIR)/templates.mo $(LOCALEDIR)/langs.mo
ifneq "$(GETTEXTFILES)" ""
GETTEXTDEP += $(addprefix $(LOCALEDIR)/,$(GETTEXTFILES))
endif
@@ -147,12 +147,12 @@ $(TEMPLDIR)/cdimage.wml: $(TEMPLDIR)/common_translation.wml \
$(TEMPLDIR)/common_tags.wml $(TEMPLDIR)/languages.wml \
$(TEMPLDIR)/links.tags.wml $(TEMPLDIR)/header.wml $(TEMPLDIR)/footer.wml
$(TEMPLDIR)/footer.wml: $(TEMPLDIR)/ctime.wml
-$(TEMPLDIR)/languages.wml: $(TEMPLDIR)/language_names.wml $(TEMPLDIR)/language_names.def
+$(TEMPLDIR)/languages.wml: $(TEMPLDIR)/language_names.wml
$(TEMPLDIR)/mainpage.wml: $(TEMPLDIR)/basic.wml $(TEMPLDIR)/mirrors.wml \
$(TEMPLDIR)/languages.wml $(TEMPLDIR)/footer.wml $(TEMPLDIR)/links.tags.wml \
$(ENGLISHSRCDIR)/Pics/blue-upperleft.png $(ENGLISHSRCDIR)/Pics/blue-upperright.png \
$(ENGLISHSRCDIR)/Pics/blue-lowerleft.png $(ENGLISHSRCDIR)/Pics/blue-lowerright.png
-$(TEMPLDIR)/mirrors.wml: $(TEMPLDIR)/countries.wml $(TEMPLDIR)/countries.def
+$(TEMPLDIR)/mirrors.wml: $(TEMPLDIR)/countries.wml
$(TEMPLDIR)/template.wml: $(TEMPLDIR)/basic.wml $(TEMPLDIR)/languages.wml \
$(TEMPLDIR)/footer.wml
$(TEMPLDIR)/news.wml: $(TEMPLDIR)/basic.wml $(TEMPLDIR)/footer.wml \

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