nitvm: use perfect hashing for atribute access
[nit.git] / Makefile
index a6b4849..d51f431 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -45,10 +45,9 @@ doc/stdlib/index.html: bin/nitdoc bin/nitls
                --source "https://github.com/privat/nit/blob/$$(git rev-parse HEAD)/%f#L%l-%L" \
                --piwik-tracker "pratchett.info.uqam.ca/piwik/" \
                --piwik-site-id "2" \
-               --shareurl "../../share/nitdoc"
 
 doc/nitc/index.html: bin/nitdoc
-       bin/nitdoc src/nit*.nit src/test_*.nit -d doc/nitc \
+       bin/nitdoc $$(bin/nitls lib -r --path) src/nit*.nit src/test_*.nit -d doc/nitc \
                --private \
                --custom-title "Nit Compilers and Tools" \
                --custom-brand "<a href=\"http://nitlanguage.org/\">Nitlanguage.org</a>" \