make: drop --public for doc/stdlib
authorJean Privat <jean@pryen.org>
Fri, 30 Aug 2013 16:11:03 +0000 (12:11 -0400)
committerJean Privat <jean@pryen.org>
Fri, 30 Aug 2013 16:14:25 +0000 (12:14 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

Makefile

index cb4ccc8..2ae1f34 100644 (file)
--- 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 "<li><a href=\"http://nitlanguage.org/\">Nitlanguage.org</a></li>" \
                --custom-overview-text "<p>Documentation for the standard library of Nit<br/>Version $$(git describe)<br/>Date: $$(git show --format="%cd" | head -1)</p>" \