From: Junio C Hamano Date: Thu, 3 Dec 2009 02:26:27 +0000 (-0800) Subject: Set MAN_BASE_URL to k.org site X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a710addc28cda5a72199d9c77e27a63fb11f6a3;p=thirdparty%2Fgit.git Set MAN_BASE_URL to k.org site --- diff --git a/Make b/Make index bac7814339..e5f52f1626 100755 --- a/Make +++ b/Make @@ -102,6 +102,7 @@ sh -c 'git describe --abbrev=4 HEAD' >/dev/null 2>&1 || { } d="$d "' +MAN_BASE_URL="http://www.kernel.org/pub/software/scm/git/docs/" ASCIIDOC_NO_ROFF=YesPlease ASCIIDOC8=YesPlease BLK_SHA1=YesPlease diff --git a/dodoc.sh b/dodoc.sh index 7396c043fa..132db78fca 100755 --- a/dodoc.sh +++ b/dodoc.sh @@ -73,6 +73,7 @@ done dd='ASCIIDOC_NO_ROFF=YesPlease ASCIIDOC8=YesPlease +MAN_BASE_URL="http://www.kernel.org/pub/software/scm/git/docs/" BLK_SHA1=YesPlease GNU_ROFF=YesPlease'