X-Git-Url: http://nitlanguage.org diff --git a/Makefile b/Makefile index 1eb78c7..da0acf0 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ NITCOPT= # Additional program directories (contrib and examples) that are buildable PROGS=$(dir $(wildcard examples/*/Makefile contrib/*/Makefile)) -all: tools +all: tools man # Compile all programs in $PROGS full: all @@ -40,7 +40,7 @@ doc/stdlib/index.html: bin/nitdoc bin/nitls @echo '***************************************************************' @echo '* Generate doc for NIT standard library *' @echo '***************************************************************' - bin/nitdoc $$(bin/nitls lib -rs --path) -d doc/stdlib \ + bin/nitdoc lib -d doc/stdlib \ --custom-title "Nit Standard Library" \ --custom-brand "Nitlanguage.org" \ --custom-overview-text "

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

" \ @@ -53,7 +53,7 @@ doc/stdlib/index.html: bin/nitdoc bin/nitls --piwik-site-id "2" \ doc/nitc/index.html: bin/nitdoc bin/nitls - bin/nitdoc $$(bin/nitls lib -rs --path) src/nit*.nit src/test_*.nit -d doc/nitc \ + bin/nitdoc lib src/nit*.nit src/test_*.nit -d doc/nitc \ --private \ --custom-title "Nit Compilers and Tools" \ --custom-brand "Nitlanguage.org" \