ni_nitdoc: generate doc/newmodel with it
authorJean Privat <jean@pryen.org>
Wed, 14 Aug 2013 09:52:29 +0000 (05:52 -0400)
committerJean Privat <jean@pryen.org>
Wed, 14 Aug 2013 16:00:49 +0000 (12:00 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

Makefile

index 6a2599c..fadd8c1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -49,12 +49,11 @@ doc/nitc/index.html: bin/nitdoc
                --source "https://github.com/privat/nit/blob/$$(git show --format="%H" | head -1)/%f#L%l-%L"
 
 doc/newmodel/index.html: bin/nitdoc
-       bin/nitdoc src/nit.nit src/nitmetrics.nit src/nitg.nit src/nitx.nit -d doc/newmodel \
+       bin/nitdox src/nit.nit src/nitmetrics.nit src/nitg.nit src/nitx.nit -d doc/newmodel \
                --custom-title "Nit New Model" \
                --custom-menu-items "<li><a href=\"http://nitlanguage.org/\">Nitlanguage.org</a></li>" \
                --custom-overview-text "<p>Documentation for the Nit tools based on the new metamodel<br/>Version $$(git describe)<br/>Date: $$(git show --format="%cd" | head -1)</p>" \
                --custom-footer-text "Nit new metamodel. Version $$(git describe)." \
-               --github nit \
                --source "https://github.com/privat/nit/blob/$$(git show --format="%H" | head -1)/%f#L%l-%L"
 
 clean: