From dd6df514e8240ceb5372d05da3694b9a05ac2fe9 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Tue, 26 Feb 2002 15:25:09 +0000 Subject: [PATCH] templates/menu.html moved to xml/menu.xml (it is processed when no frames are used) --- helm/mowgli/home/html/Makefile | 6 +++--- helm/mowgli/home/{templates/menu.html => xml/menu.xml} | 3 +++ helm/mowgli/home/xsl/xhtml-content.xsl | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) rename helm/mowgli/home/{templates/menu.html => xml/menu.xml} (99%) diff --git a/helm/mowgli/home/html/Makefile b/helm/mowgli/home/html/Makefile index 8d91bb726..8a2193638 100644 --- a/helm/mowgli/home/html/Makefile +++ b/helm/mowgli/home/html/Makefile @@ -147,6 +147,9 @@ home.html: $(XMLROOT)/home.xml \ $(XSLTP) --param make_header "false()" --param path_to_top "'.'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) $(XMLROOT)/home.xml ifeq ($(FRAMES),yes) +menu.html: $(XMLROOT)/menu.xml + cp $< $@ + index.html: $(TEMPLATESROOT)/index.html cp $< $@ else @@ -168,9 +171,6 @@ software/index.html: $(XMLROOT)/software/index.xml \ $(XHTMLCONTENT) $(XSLTP) --param path_to_top "'..'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) $< -menu.html: $(TEMPLATESROOT)/menu.html - cp $< $@ - project-management.html: $(XMLROOT)/project-management.xml \ $(XHTMLCONTENT) sed $(RMDOCTYPE) $< | $(XSLTP) --param path_to_top "'.'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) - diff --git a/helm/mowgli/home/templates/menu.html b/helm/mowgli/home/xml/menu.xml similarity index 99% rename from helm/mowgli/home/templates/menu.html rename to helm/mowgli/home/xml/menu.xml index c9949d405..152e6c3fb 100644 --- a/helm/mowgli/home/templates/menu.html +++ b/helm/mowgli/home/xml/menu.xml @@ -1,5 +1,8 @@ + + diff --git a/helm/mowgli/home/xsl/xhtml-content.xsl b/helm/mowgli/home/xsl/xhtml-content.xsl index 128c1de03..d9b0f95e8 100644 --- a/helm/mowgli/home/xsl/xhtml-content.xsl +++ b/helm/mowgli/home/xsl/xhtml-content.xsl @@ -45,7 +45,7 @@
- +   -- 2.39.2