doc: do not make the stdlib doc by default
authorJean Privat <jean@pryen.org>
Mon, 21 Jul 2014 18:44:29 +0000 (14:44 -0400)
committerJean Privat <jean@pryen.org>
Mon, 21 Jul 2014 18:44:29 +0000 (14:44 -0400)
Makefile

index d51f431..ef24ecb 100644 (file)
--- a/Makefile
+++ b/Makefile
 
 NITCOPT=
 
-all: tools doc/stdlib/index.html
+all: tools
 
 docs: doc/stdlib/index.html doc/nitc/index.html
-       #cd doc; make
 
 tools:
        cd src; make