]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/mowgli/home/html/Makefile
Modified Files:
[helm.git] / helm / mowgli / home / html / Makefile
index 4dfae3efe0a78f2600f741d153b6e0801f3fb25f..ddd9a4019b4e6f85ade18c26cb889e6dc9583d21 100644 (file)
@@ -60,6 +60,7 @@ DOCUMENTS = \
             project-summary.html \
             contribution.html \
             innovation.html \
+            EC-contribution.html \
             consortium.html \
             project.html \
            news.html \
@@ -186,6 +187,10 @@ innovation.html: $(XMLROOT)/innovation.xml \
                          $(XHTMLCONTENT)
        sed $(RMDOCTYPE) $< | $(XSLTP) --param path_to_top "'.'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) -
 
+EC-contribution.html: $(XMLROOT)/EC-contribution.xml \
+                         $(XHTMLCONTENT)
+       sed $(RMDOCTYPE) $< | $(XSLTP) --param path_to_top "'.'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) -
+
 mowgli-events/kick-off.html: $(XMLROOT)/mowgli-events/kick-off.xml \
                             $(XHTMLCONTENT)
        sed $(RMDOCTYPE) $< | $(XSLTP) --param path_to_top "'..'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) -