nitdoc: generate README file doc pages
[nit.git] / src / nitdoc.nit
index d9e17f3..bda79e7 100644 (file)
@@ -51,7 +51,8 @@ private class Nitdoc
                        new InheritanceListsPhase(toolcontext, doc),
                        new IntroRedefListPhase(toolcontext, doc),
                        new LinListPhase(toolcontext, doc),
-                       new GraphPhase(toolcontext, doc): DocPhase]
+                       new GraphPhase(toolcontext, doc),
+                       new ReadmePhase(toolcontext, doc): DocPhase]
 
                if not toolcontext.opt_test.value then
                        phases.add new RenderHTMLPhase(toolcontext, doc)