Skip to content

Commit 7865d18

Browse files
Junio C Hamanogitster
authored andcommitted
Update dodoc
1 parent bcab270 commit 7865d18

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

dodoc.sh

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,18 +71,17 @@ do
7171
rm -fr doc-$type-inst
7272
done
7373

74-
case "$(asciidoc --version 2>&1)" in
75-
asciidoc' 8'.*)
76-
ASCIIDOC8=YesPlease
77-
export ASCIIDOC8 ;;
78-
esac
74+
dd='ASCIIDOC_NO_ROFF=YesPlease
75+
ASCIIDOC8=YesPlease
76+
BLK_SHA1=YesPlease
77+
GNU_ROFF=YesPlease'
7978

8079
make >./:html.log 2>&1 \
81-
-C Documentation -j 2 \
80+
-C Documentation -j 2 $dd \
8281
WEBDOC_DEST="$DOCREPO/doc-html-inst" install-webdoc || exit
8382

8483
make >./:man.log 2>&1 \
85-
-C Documentation -j 2 \
84+
-C Documentation -j 2 $dd \
8685
man1="$DOCREPO/doc-man-inst/man1" \
8786
man5="$DOCREPO/doc-man-inst/man5" \
8887
man7="$DOCREPO/doc-man-inst/man7" \

0 commit comments

Comments
 (0)