From 93db2417b6b0fac3a3970dffed7d1cc44b7a87b4 Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Thu, 16 Jan 2014 14:41:23 -0500 Subject: [PATCH] tools: generate stdlib doc with the git plugin enabled Signed-off-by: Jean Privat --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index ec17022..1b37b14 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,9 @@ doc/stdlib/index.html: bin/nitdoc --custom-menu-items "
  • 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-base-sha1 "$$(git rev-parse HEAD)" \ + --github-gitdir "." \ --source "https://github.com/privat/nit/blob/$$(git rev-parse HEAD)/%f#L%l-%L" doc/nitc/index.html: bin/nitdoc -- 1.7.9.5