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

Re: Template dependencies



On Thu, Jan 04, 2001 at 05:39:27AM +0100, peter karlsson wrote:
> The template dependencies need to be looked over - the front page did
> not re-generate when the language_names template was changed for Greek,
> which causes the link to those pages still to be invisible. All pages
> need to depend on language_names.

Would the following patch suffice?  There are a few other files
which use language_names explicitly, but this should cover the
vast majority of cases.

Matt

Index: Makefile.common
===================================================================
RCS file: /cvs/webwml/webwml/Makefile.common,v
retrieving revision 1.21
diff -u -r1.21 Makefile.common
--- Makefile.common	2000/11/25 22:07:09	1.21
+++ Makefile.common	2001/01/04 04:59:58
@@ -165,6 +165,7 @@
   $(ENGLISHSRCDIR)/Pics/blue-upperleft.png $(ENGLISHSRCDIR)/Pics/blue-upperright.png \
   $(ENGLISHSRCDIR)/Pics/blue-lowerleft.png $(ENGLISHSRCDIR)/Pics/blue-lowerright.png
 $(TEMPLDIR)/weeklynews/header.wml: $(TEMPLDIR)/ctime.wml $(TEMPLDIR)/template.wml
+$(TEMPLDIR)/languages.wml: $(TEMPLDIR)/language_names.wml
 
 .SUFFIXES: 
 .PHONY: all $(existing-SUBS) install $(existing-SUBS-install)

Attachment: pgpolUa0C1Ukf.pgp
Description: PGP signature


Reply to: