From: Alexandre Terrasa Date: Thu, 7 Nov 2013 18:16:25 +0000 (-0500) Subject: make: add --private to newmodel documentation X-Git-Tag: v0.6.4~90^2~1 X-Git-Url: http://nitlanguage.org make: add --private to newmodel documentation Signed-off-by: Alexandre Terrasa --- diff --git a/Makefile b/Makefile index ee8c64d..a84f28f 100644 --- 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 "
  • Nitlanguage.org
  • " \ --custom-overview-text "

    Documentation for the Nit tools based on the new metamodel
    Version $$(git describe)
    Date: $$(git show --format="%cd" | head -1)

    " \