]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/mowgli/home/html/Makefile
Modified Files:
[helm.git] / helm / mowgli / home / html / Makefile
index 7e052e33867306933f4922c10f9c6a28f8763d4b..4dfae3efe0a78f2600f741d153b6e0801f3fb25f 100644 (file)
@@ -59,6 +59,7 @@ DOCUMENTS = \
             project-objectives.html \
             project-summary.html \
             contribution.html \
+            innovation.html \
             consortium.html \
             project.html \
            news.html \
@@ -120,6 +121,10 @@ DOCUMENTS = \
             publications/others/tcs2001_og.html \
             publications/others/tphols2000_gwz.html \
             publications/others/tphols2001_apss.html \
+            publications/others/w3c_bl98.html \
+            publications/others/cup_hp91.html \
+            publications/others/cup_hp93.html \
+            publications/others/cc.html \
             work-packages/index.html \
             work-packages/distribution.html \
             work-packages/information-dissemination-and-exploitation.html \
@@ -177,6 +182,10 @@ contribution.html: $(XMLROOT)/contribution.xml \
                          $(XHTMLCONTENT)
        sed $(RMDOCTYPE) $< | $(XSLTP) --param path_to_top "'.'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) -
 
+innovation.html: $(XMLROOT)/innovation.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) -