From: Jean Privat Date: Fri, 30 Aug 2013 16:11:03 +0000 (-0400) Subject: make: drop --public for doc/stdlib X-Git-Tag: v0.6.1~4 X-Git-Url: http://nitlanguage.org make: drop --public for doc/stdlib Signed-off-by: Jean Privat --- diff --git a/Makefile b/Makefile index cb4ccc8..2ae1f34 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ doc/stdlib/index.html: bin/nitdoc @echo '***************************************************************' @echo '* Generate doc for NIT standard library *' @echo '***************************************************************' - bin/nitdoc lib/*.nit $$(find lib/* -maxdepth 0 -type d ) -d doc/stdlib --public \ + bin/nitdoc lib/*.nit $$(find lib/* -maxdepth 0 -type d ) -d doc/stdlib \ --custom-title "Nit Standard Library" \ --custom-menu-items "
  • Nitlanguage.org
  • " \ --custom-overview-text "

    Documentation for the standard library of Nit
    Version $$(git describe)
    Date: $$(git show --format="%cd" | head -1)

    " \