From: Jean Privat Date: Mon, 27 May 2013 17:49:02 +0000 (-0400) Subject: doc: be more clever to guess existing libraries X-Git-Tag: v0.6~50 X-Git-Url: http://nitlanguage.org doc: be more clever to guess existing libraries Signed-off-by: Jean Privat --- diff --git a/Makefile b/Makefile index 87df8a1..e3b01bb 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ doc/stdlib/index.html: bin/nitdoc @echo '***************************************************************' @echo '* Generate doc for NIT standard library *' @echo '***************************************************************' - bin/nitdoc lib/* -d doc/stdlib --public \ + bin/nitdoc lib/*.nit $$(find lib/* -maxdepth 0 -type d ) -d doc/stdlib --public \ --custom-title "Nit Standard Library" \ --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)

    " \