make: add --private to newmodel documentation
authorAlexandre Terrasa <alexandre@moz-code.org>
Thu, 7 Nov 2013 18:16:25 +0000 (13:16 -0500)
committerAlexandre Terrasa <alexandre@moz-code.org>
Thu, 7 Nov 2013 18:16:25 +0000 (13:16 -0500)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

Makefile

index ee8c64d..a84f28f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -48,6 +48,7 @@ doc/nitc/index.html: bin/nitdoc
 
 doc/newmodel/index.html: bin/nitdoc
        bin/nitdoc src/nit.nit src/nitmetrics.nit src/nitg.nit src/nitx.nit src/nitunit.nit src/nitlight.nit src/dbgcli.nit src/netdbg.nit -d doc/newmodel \
+               --private \
                --custom-title "Nit New Model" \
                --custom-menu-items "<li><a href=\"http://nitlanguage.org/\">Nitlanguage.org</a></li>" \
                --custom-overview-text "<p>Documentation for the Nit tools based on the new metamodel<br/>Version $$(git describe)<br/>Date: $$(git show --format="%cd" | head -1)</p>" \