nitdoc: update Makefile
authorJean Privat <jean@pryen.org>
Thu, 9 Feb 2012 20:02:00 +0000 (15:02 -0500)
committerJean Privat <jean@pryen.org>
Thu, 9 Feb 2012 20:02:00 +0000 (15:02 -0500)
Signed-off-by: Jean Privat <jean@pryen.org>

Makefile

index d96989b..c50281f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ doc/stdlib/index.html: bin/nitdoc
        @echo '***************************************************************'
        @echo '* Generate doc for NIT standard library                       *'
        @echo '***************************************************************'
-       bin/nitdoc lib/*.nit -d doc/stdlib
+       bin/nitdoc lib/*.nit -d doc/stdlib --public
 
 c_src/nitc: c_src/*.c c_src/*.h c_src/nitc._build.sh c_src/Makefile
        @echo '***************************************************************'