We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcab270 commit 7865d18Copy full SHA for 7865d18
dodoc.sh
@@ -71,18 +71,17 @@ do
71
rm -fr doc-$type-inst
72
done
73
74
-case "$(asciidoc --version 2>&1)" in
75
-asciidoc' 8'.*)
76
- ASCIIDOC8=YesPlease
77
- export ASCIIDOC8 ;;
78
-esac
+dd='ASCIIDOC_NO_ROFF=YesPlease
+ASCIIDOC8=YesPlease
+BLK_SHA1=YesPlease
+GNU_ROFF=YesPlease'
79
80
make >./:html.log 2>&1 \
81
- -C Documentation -j 2 \
+ -C Documentation -j 2 $dd \
82
WEBDOC_DEST="$DOCREPO/doc-html-inst" install-webdoc || exit
83
84
make >./:man.log 2>&1 \
85
86
man1="$DOCREPO/doc-man-inst/man1" \
87
man5="$DOCREPO/doc-man-inst/man5" \
88
man7="$DOCREPO/doc-man-inst/man7" \
0 commit comments