Skip to content

Commit 8fddeb5

Browse files
committed
DoKernelOrg: pass Make variables related to documentation generation
1 parent 5a710ad commit 8fddeb5

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

DoKernelOrg

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ G=/pub/software/scm/git &&
66
HERE=$(git symbolic-ref HEAD) || exit 1
77
THIS=$(git describe HEAD)
88

9+
d='
10+
MAN_BASE_URL="http://www.kernel.org/pub/software/scm/git/docs/"
11+
ASCIIDOC_NO_ROFF=YesPlease
12+
ASCIIDOC8=YesPlease
13+
BLK_SHA1=YesPlease
14+
GNU_ROFF=YesPlease'
15+
916
rm -f version
1017
case `hostname` in
1118
hera.kernel.org)
@@ -25,7 +32,7 @@ esac &&
2532
echo "* Building $THIS" &&
2633
make $J git >./:all.log 2>&1 &&
2734
V=`./git --version | sed -e 's/git version //'` &&
28-
make rpm >>./:all.log 2>&1 &&
35+
make $d rpm >>./:all.log 2>&1 &&
2936
case "$narch" in
3037
'')
3138
# This is not the primary build machine.
@@ -47,7 +54,7 @@ case "$narch" in
4754
esac
4855
exit $status ;;
4956
*)
50-
make dist-doc >>./:all.log 2>&1 &&
57+
make $d dist-doc >>./:all.log 2>&1 &&
5158
ln -f git-$V.tar.gz $G/. &&
5259
ln -f git-htmldocs-$V.tar.gz git-manpages-$V.tar.gz $G/.
5360
;;

0 commit comments

Comments
 (0)