File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 234
234
fi
235
235
236
236
set MAN_BASE_URL=' "http://www.kernel.org/pub/software/scm/git/docs/"' \
237
- MAN_BOLD_LITERAL=YesPlease \
238
237
$SHA1IMPLEMENTATION \
239
- GNU_ROFF =YesPlease \
238
+ USE_ASCIIDOCTOR =YesPlease \
240
239
USE_LIBPCRE=YesPlease \
241
240
" $@ "
242
241
Original file line number Diff line number Diff line change @@ -11,8 +11,7 @@ make clean &&
11
11
make $j CFLAGS=" -O2 -Wno-format-zero-length" \
12
12
TAR_DIST_EXTRA_OPTS=" $TAR_DIST_EXTRA_OPTS " dist &&
13
13
14
- ASCIIDOC_NO_ROFF=YesPlease \
15
- ASCIIDOC8=YesPlease \
14
+ USE_ASCIIDOCTOR=YesPlease \
16
15
MAN_BASE_URL=" git-htmldocs/" \
17
16
make $j \
18
17
TAR_DIST_EXTRA_OPTS=" $TAR_DIST_EXTRA_OPTS " \
Original file line number Diff line number Diff line change 64
64
dd='
65
65
MAN_BASE_URL="git-htmldocs/"
66
66
BLK_SHA1=YesPlease
67
- GNU_ROFF=YesPlease
68
- MAN_BOLD_LITERAL=YesPlease
67
+ USE_ASCIIDOCTOR=YesPlease
69
68
'
70
69
71
70
if test -z " $DOC_FROM_SCRATCH "
You can’t perform that action at this time.
0 commit comments