Howdy,

This problem is almost fixed.  The only remaining problem that I
know of is the fact that the annual indices do not depend on
english/template/debian/weeklynews/index.wml , so they are not
being rebuilt with the new fixed version.  How about the following
patch to */News/weekly/Makefile?

--- Makefile.orig       Tue Jan 23 07:41:56 2001
+++ Makefile    Tue Jan 23 07:41:51 2001
@@ -25,6 +25,9 @@
                           $(TEMPLDIR)/weeklynews/header.wml
        cd $(@D) && $(WML) $(notdir $(<))
 
+$(patsubst %.wml,%.$(LANGUAGE).html,$(wildcard */index.wml)): \
+               $(TEMPLDIR)/weeklynews/index.wml
+
 install:: $(HTMLDESTFILES)
        @# Set up current issue symlink. In case you're wondering, the only
        @# reason I use ..../current/issue instead of ...../current is

Matt

Reply via email to