]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/mowgli/home/html/Makefile
Modified Files:
[helm.git] / helm / mowgli / home / html / Makefile
index ddd9a4019b4e6f85ade18c26cb889e6dc9583d21..8cebc0c94ba963da195f5d3fe50e293b29c9fb48 100644 (file)
@@ -61,6 +61,7 @@ DOCUMENTS = \
             contribution.html \
             innovation.html \
             EC-contribution.html \
+            econ-scient-tech-prospects.html \
             consortium.html \
             project.html \
            news.html \
@@ -191,6 +192,10 @@ EC-contribution.html: $(XMLROOT)/EC-contribution.xml \
                          $(XHTMLCONTENT)
        sed $(RMDOCTYPE) $< | $(XSLTP) --param path_to_top "'.'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) -
 
+econ-scient-tech-prospects.html: $(XMLROOT)/econ-scient-tech-prospects.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) -