doc: fix makefile according to latest git version
authorAlexis Laferrière <alexis.laf@xymus.net>
Tue, 25 Sep 2012 01:45:26 +0000 (21:45 -0400)
committerJean Privat <jean@pryen.org>
Thu, 25 Oct 2012 18:40:51 +0000 (14:40 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

Makefile

index 5bbf5d4..37ed2fb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ doc/stdlib/index.html: tools
        @echo '***************************************************************'
        @echo '* Generate doc for NIT standard library                       *'
        @echo '***************************************************************'
-       bin/nitdoc lib/*.nit -d doc/stdlib --public --custom-overview-text '<p>Documentation for the standard library of Nit</p>' --custom-footer-text 'Nit standard library. Version '`git describe -- lib`'.'
+       bin/nitdoc lib/*.nit -d doc/stdlib --public --custom-overview-text '<p>Documentation for the standard library of Nit</p>' --custom-footer-text 'Nit standard library. Version '`git describe`'.'
 
 doc/nitc/index.html: tools
        bin/nitdoc src/nitc.nit src/nitdoc.nit -d doc/nitc --custom-overview-text '<p>Documentation for the nit compiler</p>' --custom-footer-text 'Nit compiler. Version '`git describe`'.'