]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/mowgli/home/html/Makefile
Modified Files:
[helm.git] / helm / mowgli / home / html / Makefile
index b281384a6721511de628775d65eb52c2d0e166e0..7e052e33867306933f4922c10f9c6a28f8763d4b 100644 (file)
@@ -58,6 +58,7 @@ DOCUMENTS = \
             project-management.html \
             project-objectives.html \
             project-summary.html \
+            contribution.html \
             consortium.html \
             project.html \
            news.html \
@@ -172,6 +173,10 @@ project-objectives.html: $(XMLROOT)/project-objectives.xml \
                         $(XHTMLCONTENT)
        sed $(RMDOCTYPE) $< | $(XSLTP) --param path_to_top "'.'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) -
 
+contribution.html: $(XMLROOT)/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) -