From: Jean Privat Date: Fri, 21 Aug 2015 21:50:53 +0000 (-0400) Subject: Makefile: link generated doc with new github repo X-Git-Tag: v0.7.8~75^2~5 X-Git-Url: http://nitlanguage.org Makefile: link generated doc with new github repo Signed-off-by: Jean Privat --- diff --git a/Makefile b/Makefile index c217c35..1eb78c7 100644 --- a/Makefile +++ b/Makefile @@ -45,10 +45,10 @@ doc/stdlib/index.html: bin/nitdoc bin/nitls --custom-brand "Nitlanguage.org" \ --custom-overview-text "

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

" \ --custom-footer-text "Nit standard library. Version $$(git describe)." \ - --github-upstream "privat:nit:master" \ + --github-upstream "nitlang:nit:master" \ --github-base-sha1 "$$(git rev-parse HEAD)" \ --github-gitdir "." \ - --source "https://github.com/privat/nit/blob/$$(git rev-parse HEAD)/%f#L%l-%L" \ + --source "https://github.com/nitlang/nit/blob/$$(git rev-parse HEAD)/%f#L%l-%L" \ --piwik-tracker "pratchett.info.uqam.ca/piwik/" \ --piwik-site-id "2" \ @@ -59,10 +59,10 @@ doc/nitc/index.html: bin/nitdoc bin/nitls --custom-brand "Nitlanguage.org" \ --custom-overview-text "

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

" \ --custom-footer-text "Nit tools. Version $$(git describe)." \ - --github-upstream "privat:nit:master" \ + --github-upstream "nitlang:nit:master" \ --github-base-sha1 "$$(git rev-parse HEAD)" \ --github-gitdir "." \ - --source "https://github.com/privat/nit/blob/$$(git rev-parse HEAD)/%f#L%l-%L" \ + --source "https://github.com/nitlang/nit/blob/$$(git rev-parse HEAD)/%f#L%l-%L" \ --piwik-tracker "pratchett.info.uqam.ca/piwik/" \ --piwik-site-id "3"